Running an update
To update Collabase, run the update script on your server:
bash deployment/update.sh
The script handles everything automatically:
- Creates a database backup before doing anything else — saved to
deployment/backups/.
- Downloads the latest version of Collabase.
- Restarts all services with the new version.
- Waits until everything is healthy before finishing.
This typically takes 2–5 minutes depending on your internet connection.
Do not run install.sh on an existing installation. Always use update.sh for updates.
If something goes wrong
The update script saves a backup before it starts. If you need to roll back:
- Contact Collabase support and share the backup file from
deployment/backups/.
- The support team will guide you through the restore process.
After the update
Once the update finishes, open your Collabase URL and verify everything is working. The script prints a confirmation when the update is complete.
If users report issues after an update, submit a support ticket with a description of the problem.