What's the strategy for migrating from SQLite to PostgreSQL? #367
Unanswered
DataLabTechTV
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I will upvote this since it seems like something nice to have but for now we don't have an example on migrating metadata catalogs |
Beta Was this translation helpful? Give feedback.
0 replies
-
FWIW I waas not migrating between metadata DBs, but was using Postgres and had a script to:
then the reverse script to:
This was working great for restoring DuckLake's metadata DB for me. I assume this would work going between SQLite and Postgres, though may require some chagnes. I would personally just recommend using standard tooling |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I started my DuckLake using SQLite, but now I'm about to run some experiments where it makes sense, even for a single user scenario, to move to PostgreSQL. Is there (or will there be) a clear way to do this migration on the DuckLake side, or should I just use standard tools like pgloader for this?
Has anyone tried this, or have any advice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions