Downgrade Parsec Server

This section explains how to downgrade your Parsec Server. This shouldn’t be necessary under normal circumstances, but it can be useful if a critical issue arises.

Warning

Currently, the only way to rollback is to use the last database backup. This means that you will lose the delta between last database backup and the current database.

Warning

Before downgrading, make sure to back up the database as explained in the Backup and Restore section in case you need to roll back the downgrade.

Downgrade with Docker

The following steps show how to downgrade the parsec-server service from version v3.1.0 to v3.0.0.

  1. Downgrade the parsec-server docker image tag in parsec-server.docker.yaml.

    This is equivalent to the first step in Upgrade with Docker.

  2. Replace the current database with the backup on the PostgreSQL database.

  3. Restart the parsec-server container.