Bookstack Upgrade
With Docker
Shutdown the container
cd <Bookstack-directory>
docker-compose down
Backup the data volume
cd <Bookstack-directory>
cp -a config
Pull the new version of Bookstack
Shutdown the container
cd <Bookstack-directory>
docker-compose down
Backup the data volume
cd <Bookstack-directory>
cp -a config
Pull the new version of Bookstack