Grafana migration instructions check
-
Will try this soon but posting here for a sanity-check if this will work with your package:
- https://community.grafana.com/t/move-migrate-grafana/13822/3
- https://grafana.com/blog/2020/01/13/how-to-migrate-your-configuration-database/
I'm assuming
custom.ini
overridesgrafana.ini
?Might need some details for the Cloudron container DB connection?
-
Right,
/app/data/custom.ini
is where the users customizations go. What db were you using in your existing installation? The cloudron package uses postgres. To get the DB connection credentials, you can go to the Terminal of the app and doenv | grep CLOUDRON_POSTGRES
. You can also click the postgres button on the top and it will paste the CLI needed to access postgres.