Skip to main content

Running an update

To update Collabase, run the update script on your server:
bash deployment/update.sh
The script handles everything automatically:
  1. Creates a database backup before doing anything else — saved to deployment/backups/.
  2. Downloads the latest version of Collabase.
  3. Restarts all services with the new version.
  4. 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:
  1. Contact Collabase support and share the backup file from deployment/backups/.
  2. 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.