Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / dist / chain / site-update.yml
1 command:
2   name: site:update
3   description: 'Execute update commands'
4 commands:
5   # Backup current database
6   - command: database:dump
7     arguments:
8       database: 'default'
9   # Import configurations
10   - command: config:import
11   # Run pending update hooks
12   - command: update:execute
13     arguments:
14         module: 'all'
15   # Run pending update entities
16   - command: update:entities
17   # Rebuild caches
18   - command: cache:rebuild
19     arguments:
20         cache: 'all'