Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / migrate.setup.yml
1 description: 'Load and create the relevant migrations for a provided legacy database'
2 options:
3     db-type: 'Drupal Database type'
4     db-host: 'Database Host'
5     db-name: 'Database Name'
6     db-user: 'Database User'
7     db-pass: 'Database Pass'
8     db-prefix: 'Database Prefix'
9     db-port: 'Database Port'
10     source-base_path:  'Local file directory containing your source site (e.g. /var/www/docroot), or your site address (for example http://example.com)'
11 questions:
12     db-type: 'Drupal Database type'
13     db-host: 'Database Host'
14     db-name: 'Database Name'
15     db-user: 'Database User'
16     db-pass: 'Database Pass'
17     db-prefix: 'Database Prefix'
18     db-port: 'Database Port'
19     source-base_path:  'Local file directory containing your source site (e.g. /var/www/docroot), or your site address (for example http://example.com)'
20 messages:
21     not-drupal: 'Source database does not contain a recognizable Drupal version.'
22     migrations-created: '"%s" migrations were created successfully for "%s".'
23     migrations-not-found: "There aren't migrations available"
24     migrations-already-exist: 'All migrations available are already created'