Migrating data from plain Docker to Runtipi
Now from reading the documentation I understood that I can define a custom app data path. This is not the problem, but much rather using the current data for Runtipi. Can I just replace my docker compose files with the ones from the Runtipi app store and Runtipi will pick them up or does that create issues? I want to avoid doing an actual DB migration since it's on the same system
Structure:
5 Replies
Are you using docker volumes or the file system? It'll depend on a per app basis
Mostly docker volumes, the default of each app, never really change much.
Runtipi is using the file system as storage so you might have success by either copying out your data from the volumes into the appropriate folders or by simply using custom user configs and mounting your volumes in the apps
I tried a bit, and it seems to be a tedious process, but I'll dive deeper and close the issue once I know that I don't have any more questions, if that's okay.
Yes that's fine!