You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error appears during the setup assistant
The FOLDER containing the DB file is not writable, and it has to.
Please give write permissions on folder '/var/www/baikal/Specific/db'
Pretty similar to #62 but it seems, that the error occurs because the db folder is missing.
I executed the following command in the container to create the folder and was able to finish the setup assistant:
mkdir /var/www/baikal/Specific/db
The folder is now owned by root. Does it have to be changed to nginx?
The following error appears during the setup assistant
Pretty similar to #62 but it seems, that the error occurs because the db folder is missing.
I executed the following command in the container to create the folder and was able to finish the setup assistant:
mkdir /var/www/baikal/Specific/db
The folder is now owned by root. Does it have to be changed to nginx?
Database is owned by nginx
The text was updated successfully, but these errors were encountered: