Kong GCP setup initiating weekly migrations which is breaking the datastore and admin access

I have a Kong setup from the marketplace on GCP. After having set up the services and route, in the container logs, there is a migration update that has been initiated automatically which ended up flushing my datastore and showing me an error {“message”:“An unexpected error occurred”} while accessing the admin panel.

How can I disable the auto migrations/ how to persist the datastore and access to the admin panel? or is the error pertaining to some other issue?

We’re in the process of deprecating the GCP marketplace app.
I’d recommend using Helm to install Kong on Kubernetes.

1 Like

I see, Thanks for the response.