This message was deleted.
# k3s
a
This message was deleted.
c
We only support migrating data from sqlite to embedded etcd.
a
Do you have any procedure to do that What are the options available in this case
c
Stand up a new cluster using embedded etcd, and use velero to migrate your data?
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.
this assumes that the current cluster is functional though