@@ -284,9 +284,7 @@ directory of the local filesystem.
284284Path to a PHP file containing database config as documented at
285285< https://github.com/backup-manager/backup-manager > . Defaults to a database with
286286the name of the current working directory as database name, on ` localhost ` port
287- ` 3306 ` , user ` root ` and an empty password. If the ` --drupal ` option is given and
288- this option is skipped, the database config will be parsed from Drupal's
289- ` settings.php ` .
287+ ` 3306 ` , user ` root ` and an empty password.
290288
291289##### --compression, -c
292290
@@ -301,11 +299,6 @@ current working directory.
301299
302300The destination type (e.g. ` local ` , ` dropbox ` , ` ftp ` ). Defaults to ` local ` .
303301
304- ##### --drupal
305-
306- Wether or not to parse the database config from Drupal's ` settings.php ` . See
307- the documentation for ` --database-config ` .
308-
309302### digipolis: database-restore
310303
311304` vendor/bin/robo digipolis:database-restore [DATABASE] [OPTIONS] `
@@ -330,9 +323,7 @@ directory of the local filesystem.
330323Path to a PHP file containing database config as documented at
331324< https://github.com/backup-manager/backup-manager > . Defaults to a database with
332325the name of the current working directory as database name, on ` localhost ` port
333- ` 3306 ` , user ` root ` and an empty password. If the ` --drupal ` option is given and
334- this option is skipped, the database config will be parsed from Drupal's
335- ` settings.php ` .
326+ ` 3306 ` , user ` root ` and an empty password.
336327
337328##### --compression, -c
338329
@@ -347,11 +338,6 @@ directory.
347338
348339The source type (e.g. ` local ` , ` dropbox ` , ` ftp ` ). Defaults to ` local ` .
349340
350- ##### --drupal
351-
352- Wether or not to parse the database config from Drupal's ` settings.php ` . See
353- the documentation for ` --database-config ` .
354-
355341### digipolis: push-package
356342
357343` vendor/bin/robo digipolis:push-package USER HOST PACKAGE [DESTINATION] [OPTIONS] `
0 commit comments