Version 1
[yaffs-website] / console / chain / site-update.yml
1 commands:
2 # Drop database
3   - command: database:dump
4     arguments:
5       database: 'default'
6 # Import configurations
7   - command: config:import
8 # Restore Database
9   - command: update:execute
10     arguments:
11         module: 'all'
12 # Rebuild caches
13   - command: cache:rebuild
14     arguments:
15         cache: 'all'