Migrating data to non-Cloudron environment
-
If I were to migrate my Vaultwarden to a different (non-Cloudron) docker environment. Could I just copy the contents of it's appdata/xxx-app-id-xxx/data folder into the the new data folder of the new container?
-
@panthrosrevenge The data directory is "complete" and has all the data you will need to migrate. But it's quite unlikely that copying things over to another docker image will work. Each docker image is built differently and you have to inspect the the docker image you plan to use and figure out how it expects the data to be laid out.
As for cloudron's docker image, you can inspect it here - https://git.cloudron.io/cloudron/vaultwarden-app/
-
@panthrosrevenge
Another option would be to export the data and import it with the new installation. -
@BrutalBirdie +1 that's what I'd do.