Updating on-premise
Last updated
Was this helpful?
Last updated
Was this helpful?
Please note that the on-premise version differs from the cloud version and is not updated automatically.
You can follow the updates with the ON-PREMISE RELEASE
tag.
To update your UI Bakery on-premise version to the latest one, follow the steps below:
Take a full backup of the UI Bakery instance.
Go to your ui-bakery-on-premise
folder:
Run ./update.sh
that will download new images and restart your instance:
If you use Git to manage your apps in UI Bakery, follow "" guide to properly migrate the application model.
To update your UI Bakery on-premise version to the specific version, follow the steps below:
Take a full backup of the UI Bakery instance.
Go to your ui-bakery-on-premise
folder:
Set the UI_BAKERY_VERSION
environment variable to the desired version in the .env
file.
Then restart the system.
Optionally delete old images.
If you are on a 2.25.0 UI Bakery version or lower, please follow the guide below to update to a newer version.
Create a backup of ui-bakery-on-premise
folder:
2. Go to ui-bakery-on-premise
folder and run:
3. Comment UI_BAKERY_WORKBENCH_PATH
variable by adding #
at the beginning of the line in .env
file:
Press control + O
to save.
Press control + X
to exit.
4. Run the next command to rerun containers:
5. Check your UI Bakery instance.
If you use Git to manage your apps in UI Bakery, follow to properly migrate the application model.
Please note this is a one-time procedure! You need to follow these steps only once to upgrade from any version lower than 2.25.0. If you are on a higher version, please use .