We only support migrating data from sqlite to embedded etcd.
a
average-dusk-39527
08/28/2024, 3:40 PM
Do you have any procedure to do that
What are the options available in this case
c
creamy-pencil-82913
08/28/2024, 4:05 PM
Stand up a new cluster using embedded etcd, and use velero to migrate your data?
creamy-pencil-82913
08/28/2024, 4:06 PM
If you’re using sqlite, you can just start the server with --cluster-init to enable embedded etcd, and it will migrate the data for you. That is not possible when using an external sql datastore though, so you’ll have to migrate your data manually.
creamy-pencil-82913
08/28/2024, 4:07 PM
this assumes that the current cluster is functional though