Hi team,
I deployed docker grafana11 for a new program, the container failed to start, I got the error from docker logs Error: ✗ pq: relation "migration_log" does not exist
, then I manual create the table in DB and start the container, another error shown below: level=error msg="Executing migration failed" id="drop index UQE_user_login - v1" error="pq: index \"UQE_user_login\" does not exist
My questions:
- How to fix the issue completely?
- In theory, shouldn’t the indexes and tables in the database be created automatically when a new container is started? Without any manual operations? If so, am I doing any of the steps wrong?