backdrop-contrib / brush

Brush is a command line shell and Unix scripting interface for Backdrop CMS.
GNU General Public License v3.0
2 stars 0 forks source link

`brush si` commnd is failing #23

Closed alanmels closed 1 year ago

alanmels commented 3 years ago

Running

brush si standard \
     -y \
     --site-name='Example.com' \
     --db-url='mysqli://user:user@db/default' \
     --account-mail="admin@example.com" \
     --account-name="admin" \
     --account-pass="admin" || true

gives:


You are about to create a sites/default/files directory and create a sites/default/settings.php file and drop your 'default' database and then create a new one. Do you want to continue? (y/n): y
copy(sites/default/default.settings.php): failed to open stream: No such file or directory brush.inc:1239                                                       [warning]
Failed to copy sites/default/default.settings.php to  sites/default/settings.php                                                                                [error]
Brush command terminated abnormally due to an unrecoverable error. 
alanmels commented 1 year ago

https://github.com/backdrop-contrib/brush/blob/1.x-1.x/README.md