Managing your deployment
Manage your Cobrowse deployment effectively by regularly backing up the database, staying updated on new releases, and more.
Managing the database
New releases
Testing your deployment
docker run -e COBROWSE_E2E_SUPERUSER_TOKEN=<super_user_token> \
-e COBROWSE_E2E_BASE_URL=https://<domain> -e CI=true \
-e COBROWSE_E2E_CLIENT_SDK_URL=https://<domain>/sdk-js/CobrowseIO.mjs \
-v $(pwd)/playwright-report:/app/playwright-report \
cobrowse-integration-tests-enterpriseUpgrading Cobrowse
npx cobrowse-enterprise upgrade <directory>Dedicated staging instance
Last updated