WebKings-ca / gocomposer

Converts Drupal 8 Sites to the latest Composer Managed Template
Other
14 stars 2 forks source link

Backup completed Error Exception trying to rename settings.tmp.php #14

Closed geneatwell closed 4 years ago

geneatwell commented 4 years ago

The backup was completed in the default Backup directory and the environment was saved to the .env file, but the directories were not moved to the web subdirectory. Last message was "[ErrorException]
rename(/home/darwus/sadrupal8/settings.tmp.php,/home/darwus/sadrupal8/sites
/default/settings.php): Permission denied" followed by gocomposer and then to the command prompt

geneatwell commented 4 years ago

Just set up another site and copied things to it instead of trying this. Thanks for the effort.

WebKings-ca commented 4 years ago

@geneatwell , A possible solution to your issue is to run the following command before running the plug-in:

chmod -R 755 /home/darwus/sadrupal8