I have the same issue I’m trying to clone the DB from the development environment to another environment by changing the username and password for the new deployment.
That what I’m doing:
" I’m using Postgres DB name “test”, I clone the DB to a new one name: “test_new” and I configure the application to connect to the newly cloned DB “test_new”, the issue is, when the application start is trying to create tables which already exist in the DB, so it failed to start.
Why does Strapi try to create the tables? while it’s already created. "