Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / database.restore.yml
1 description: 'Restore structure and contents of a database.'
2 arguments:
3   database: 'Database key from settings.php'
4 options:
5   file: 'The filename for your database backup file. If using a .sql.gz file, the gunzip command needs to be installed.'
6 messages:
7     success: 'Database imported from:'
8     no-file: 'Missing file option'
9 help: 'Restore structure and contents of a database.'
10 examples:
11     - description: 'Restore the database file dump to the database default or another one specified'
12       execution: |
13         drupal database:restore \
14           --file='/srv/dump/db.sql'