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
I am in process of migrating Bookstack from one server to another. I did all the step in the Backup and restore but facing issue. Getting below error and please find the screenshot for UI Error
This error could occur if the state of the database does not match the state of the application files.
Ideally your should restore into an empty database, then run the data migrate command. It's not clear from your instructions if the database was emptied first upon new fresh install, before restoring the database dump.
In this case, it may just be that the database needs to be updated for the version of BookStack in use. You could try running the update commands to see if that brings the database up to the required state.
Describe the Bug
I am in process of migrating Bookstack from one server to another. I did all the step in the Backup and restore but facing issue. Getting below error and please find the screenshot for UI Error
Log : /var/www/bookstack/storage/logs/laravel.log
Steps to Reproduce
Installed Bookstack with script installation-ubuntu-20.04.sh
Restored backup to
sudo mysql -u root bookstack < bookstack.backup20220620100001.sql
Restored file backup
cd /var/www/bookstack
tar -xvf bookstack-files-backup20220620100002.tar
Able to login with old User Name and password, but attached error
Expected Behaviour
Expected the datamigration to work without any issue
Screenshots or Additional Context
Browser Details
No response
Exact BookStack Version
v22.04.2
PHP Version
No response
Hosting Environment
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: