Should you need to roll back your Management Console to a previous version, please follow the procedure below.
- Find the Management Console backup that was done before the update (you'll need it later) and copy it to a safe place
- Stop Management Console service
- Uninstall Management Console via Windows "Add or Remove programs"
- Copy files from the backup on top of existing files:
db.sqlite
toc:\ProgramData\Resilio\Connect Server\data\data.db
history.sqlite
toc:\ProgramData\Resilio\Connect Server\data\history.db
Note that the actual path of data.db and history.db may vary if your installation has non-default storage folder location. - Download and install the old version of Management Console you had before.
Stick to the same installation method and parameters that you used previously (for example, this may be automated or silent installation) - Login to your Management Console and check its version - it should be the same as before update.
- Find the Management Console backup that was done before the update (you'll need it later) and copy it to a safe place
- Stop Management Console process
- Copy files from the backup on top of existing files:
db.sqlite
to{resilio-connect-server}/var/data/data.db
history.sqlite
to{resilio-connect-server}/var/data/history.db
Note that the actual path of data.db and history.db may vary if your installation has non-default storage folder location. - Download old version tarball of Management Console you had before the update from Resilio download page.
- Untar old version on top of existing installation. Note, that the tarball contains "resilio-connect-server" folder, so if your console runs in
/opt/resilio-connect-server
, the tarball should be unpacked to/opt
- Run the Management Console in the way you do it (would it be manual startup via
srvctrl
or usingsystemctl
) - Login to your Management Console and check its version - it should be the same as before update.