Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / migrate.execute.yml
1 description: 'Execute a migration available for application'
2 arguments:
3     id: 'Migration id(s)'
4 options:
5     site-url: 'Site Source URL'
6     db-file: 'Database File'
7     db-host: 'Database Host'
8     db-name: 'Database Name'
9     db-user: 'Database User'
10     db-pass: 'Database Pass'
11     db-prefix: 'Database Prefix'
12     db-port: 'Database Port'
13     exclude: 'Migration id(s) to exclude'
14     source-base_path:  'Local file directory containing your source site (e.g. /var/www/docroot), or your site address (for example http://example.com)'
15 questions:
16     id: 'Migration Id'
17     exclude-id: 'Migration Id to exclude (press <return> to stop adding migrations to exclude)'
18     other-id: 'Other migration id (press <return> to stop adding migrations)'
19     site-url: 'Source Site URL'
20     db-file: 'Database File'
21     db-host: 'Database Host'
22     db-name: 'Database Name'
23     db-user: 'Database User'
24     db-pass: 'Database Pass'
25     db-prefix: 'Database Prefix'
26     db-port: 'Database Port'
27     invalid-migration-id: 'Migration Id "%s" is invalid'
28     source-base_path:  'Local file directory containing your source site (e.g. /var/www/docroot), or your site address (for example http://example.com)'
29 messages:
30     processing: 'Processing Migration "%s"'
31     imported: 'Migration "%s" was imported correctly'
32     fail-load: 'Migration "%s" can''t be loaded'
33     importing-incomplete: 'Importing migration "%s"'
34     import-stopped: 'Import "%s" stopped by request'
35     import-fail: 'Import "%s" failed'
36     import-skipped: 'Import "%s" was skipped due to unfulfilled dependencies'
37     wrong-source: 'Upgrading from this version of Drupal is not supported.'
38     destination-error: 'Database destination error'
39     source-error: 'Database source error'
40     no-migrations: 'There are not migrations available to be executed'