sysreptor
sysreptor copied to clipboard
[Enquiry] Migration of Sysreptor data from localhost to a self-hosted cloud server
Hi Maintainers,
Currently, I have Sysreptor running on localhost via docker containers, as well as the data stored in docker volumes. If I were to migrate from localhost to a self-hosted cloud server (Nextcloud), what would be the recommended method.
Thank you.
Hi, The easiest option we provide is the backup functionality, which is available in SysReptor Professional.
Besides, there are two options:
- Export projects and designs and import them in the new installation (drawback is that the users from previous projects are not mapped correctly)
- Backup all docker volumes and your .app.env, create the volumes on the new server, restore the data (make sure to preserve permissions) and deploy SysReptor there.