Skip to content

Is there a simple way to shift from SQLIte to Postgres or MySQL? #315

Answered by TheBig-O
TheBig-O asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer appears to be no, there is no way to move easily. Instead, I used an IDE to extract the notes from all the workouts in the Sqlite version and matched them up with the imported GPX data in the Postgres version. Because all the files were retained in the "done" folder, doing this was relatively simple. Wat gets missed are the associations to equipment and route segments. Neither is a huge issue, but it would be great if I could figure out a simple way to convert an SQL dump to a format compatible with Postgres. (Many fields types are not compatible and need to be reassigned.)
One thing that doesn't work is PGLoader. Tried that, didn't work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jovandeginste
Comment options

@TheBig-O
Comment options

Answer selected by jovandeginste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants