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
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Restore will use the command executor user group and will lead to file permission problem if the previous installation is in different user group. You will encounter:
File path /uploads/images/cover_book/date/file.jpg could not be uploaded to. Ensure it is writable to the server
or
It will say file uploaded but not display the cover image.
Workaround is to chown -R user:group /path/to/bookstack
In my setup i use TurnkeyBookstack for installation, they use www-data:www-data user:group.
I use root to restore my bookstack which leads to above situation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Restore will use the command executor user group and will lead to file permission problem if the previous installation is in different user group. You will encounter:
File path /uploads/images/cover_book/date/file.jpg could not be uploaded to. Ensure it is writable to the server
or
It will say file uploaded but not display the cover image.
Workaround is to
chown -R user:group /path/to/bookstack
In my setup i use TurnkeyBookstack for installation, they use
www-data:www-data
user:group.I use root to restore my bookstack which leads to above situation.
The text was updated successfully, but these errors were encountered: