Migrate from embedded sqlite to external data source say postgresql #9727
Closed
ujala-singh
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The only supported migration is from sqlite to embedded etcd. It is possible to grab the kine binaries or docker image, start up a copy pointing at both the old and new databases, and use etcd tools to migrate the keys from one to another, but we do not document or support that process. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am looking for an optimal approach to migrate my k3s server embedded SQLite database to an external data source PostgreSQL.
Can someone help me with the process or steps for this?
Beta Was this translation helpful? Give feedback.
All reactions