Skip to main content
Version: 1.1.x (Latest)

Rolling back to the release version

Unfortunately, it highly depends on the situation.

If you just installed the development version, have a database backup, and want to roll back do this:

git checkout main
git pull

Next, follow the instructions for restoring your database backup.


If a stable release is available and you're on development but behind, run:

git checkout main
git pull

and follow the default upgrade guide

Still need help?

Reach out to us on our Discord server in the support channel! We'll do our best to help you.