Manage your Cobrowse deployment effectively by regularly backing up the database, staying updated on new releases, and more.
Managing the database
You are responsible for backing up the database regularly. Cobrowse will not do this automatically in any way. See the MongoDB docs for recommendations on backup strategies. MongoDB Atlas can be configured to do this automatically.
A sanity test package is available as a container as part of our Enterprise software. It can be used to check a deployment was succesful. It can be used with Docker in the following way:
Our command line utility allows you to upgrade your deployment, you can use it like this:
npx cobrowse-enterprise upgrade <directory>
One you have done that, you can update your deployment via Terraform or Docker Compose as in the initial deployment.
Note: We recommend making a database backup before upgrading to new versions
Helm
To upgrade your Helm deployment use:
Dedicated staging instance
We recommend self-hosting a separate staging instance of our software to develop against and also to test new releases before moving to production. Please contact us if you are interested.