How to replace the database backend of an existing node? #10150
-
Just as the title describes,I want to replace the database of a certain node with PostgreSQL. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What is your current database backend? Is it SQLite or |
Beta Was this translation helpful? Give feedback.
-
@SevenLiquor - I assume you are sorted now? I'll close the discussion in the mean time but feel free to re-open if you need to |
Beta Was this translation helpful? Give feedback.
What is your current database backend? Is it SQLite or
bbolt
? There islndinit
that allows you to migrate frombbolt
to any SQL database (in your case Postgres). But there currently is no way to migrate from SQLite to Postgres (and just exporting and re-importing the schema will definitely break things, don't do it!), but we're working on that.