supervisely-cli
, run supervisely auth <key>
with the key provided to you before and run sudo supervisely install-all
to get all the necessary dependencies on a new server. You can check this document. It is a good idea to pick the same config and data folders as on old server, but it is not nessessary.sudo supervisely where
command (run on both servers โ usually, /opt/supervisely
).docker-compose.yml
and .env
files. For example:sudo supervisely where data
command (run on both servers โ usually, /supervisely/data
).sudo supervisely stop
. Now, copy the folder from the old machine to the new one. For example:minio
as in this tutorial.sudo superviselu up -d
. On the new machine, login the the docker registry via sudo supervisely login
and initialise instance via sudo supervisely upgrade --skip-backup
.