Replies: 1 comment 2 replies
-
Have you tried using the custom management command for backup/restore? It leverages Django's backup/restore functionality along with a bit of custom code to also grab the data files, and wraps it all into something that can then be loaded either using the associated restore command, or can be restored via an upload back into the Fermentrack web UI. Without being near a Fermentrack install to test, I believe you can run it by launching the virtualenv and then running |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting ready to dust off my brewery after a while off and I'm updating my fermentrack install. Is there an existing solution to do a data migration from my SQLite database into Postgres? If not, I may try getting a pgloader configuration put together to do the conversion.
(Full disclosure: I've already tried a low-effort run of pgloader against the data. There appear to be a few schema changes that will require a more thoughtful configuration. I wanted to make sure I'm not reinventing the wheel before I sink more time into it.)
Beta Was this translation helpful? Give feedback.
All reactions