helm-charts
helm-charts copied to clipboard
Grafana Migration from gke cluster to another
I have Grafana v8.3.1
deployed on a GKE cluster, and I need to migrate it to another GKE cluster,
I need to keep all the data especially the dashboards, alerts and datasources.
What options do we have in such situation?
I'm using kube-prometheus-stack-23.1.5
chart.
Thank you!
What is your current storage backend? If you're using Postgres/MySQL etc then you should simply be able to redeploy into your new cluster. If you are using SQLite (the default) then you will need to redeploy into your new cluster, and then copy over your database file from the PV in the old cluster over to the new one