Hi, if I have a server with a bunch of projects and I want to create a new clean install on a new server, but then move all the existing projects to the new server - which folders to I need to transfer over? Or is this less trivial because of the users/db files?
It should be quite straightfoward; just move the /webodm/app/media
folder and a copy of the PostgreSQL database (webodm_dev
).
For docker the workflow is explained here https://github.com/OpenDroneMap/WebODM#backup-and-restore
Natively you just copy the relevant directory and make a dump of the database.
1 Like