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
While doing some testing, I noticed a /app/www/storage/backup folder symlinked to /config/backups, whereas the default backups storage folder for BookStack would be at /app/www/storage/backups.
Is there an existing issue for this?
Current Behavior
While doing some testing, I noticed a
/app/www/storage/backup
folder symlinked to/config/backups
, whereas the default backups storage folder for BookStack would be at/app/www/storage/backups
.The paths are set as part of the Dockerfiles:
docker-bookstack/Dockerfile
Lines 52 to 54 in 80ee30e
I think this used to be correct, but an
s
was dropped during this commit:476e046#diff-909a1ebff03d259136ec01cd7db25422ae0d176fdfcecad6d83456a4c1cdccb2L23-L36
This does mean that existing backups, using the BookStack system CLI may not be being stored outside of the container.
Expected Behavior
Symlink paths align with the readme, BookStack's defaults, and historic paths used.
Steps To Reproduce
Boot up the container, check symlink paths for folders within
/app/www/storage
.Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: