Category / Section
How do I upgrade Bold BI to latest version on Linux Ubuntu?
Published:
This article provides a step-by-step guide on upgrading the Bold BI application to the latest version on a Linux Ubuntu environment. Additionally, it covers the backup strategy for your production environment.
Upgrading Bold BI Application
- Visit the following link to access the documentation on upgrading the Bold BI application on Linux Ubuntu: Upgrade to Latest
- Proceed with the upgrade command as mentioned in the document. The upgrade command automatically zips the current bold-services folder with a timestamp and places it in the specified location. Then, it moves the latest changes to the existing bold-services folder. The backup location is: /var/www/
Note: In the aforementioned documentation page, the 2nd step is required only for upgrades on CentOS based Linux environment.
Backup Strategy
- The backup strategy for your production environment is automatically handled during the upgrade process. When you run the upgrade command, it creates a zip file of the current bold-services folder with a timestamp. This zip file is a backup stored in the /var/www/ directory.
- In case you need to revert to the previous version, use the backup zip file to restore the bold-services folder.
Related links