Updating reNgine¶
Tips
You can always update reNgine to the latest release unless otherwise stated in the changelog.
Please ensure backwards compatibility before updating reNgine.
What happens is reNgine is not backwards compatible?
Like major release 1.0, reNgine is not backwards compatible. This is due to many changes added in reNgine and to skip worrying about django migrations and other configuration issues, sometimes (some major releases) may not be backwards compatible.
In this case, please do not update/upgrade reNgine. Please do a fresh installation.
⚡ Quick Update¶
Updating is as simple as running the following command:
- Go to your reNgine root directory.
cd script sudo ./update.sh
-
Follow the update prompts
-
Rebuild the latest changes
make build
-
Start reNgine services
make up