I know the wiki entry “Backup and Restore” walks through a migration within the same OS (and ultimately requiring the same paths), but what if the appdata directory needs to change? I’m trying to keep my old database/settings, but the old Ubuntu install has my appdata directory under my user’s home directory, and in the Docker container, it’s under /config.
So I guess my question is, can I edit the database as I migrate and do a find & replace all with the old/new appdata paths? If so, is the db SQLite?
Thanks!