Clone Postgres DB and try to connect it failed with tables already exists

System Information
  • Strapi Version: 3.6.8:
  • Operating System: Windows:
  • Database: Postgres:
  • Node Version: v14.17.6:
  • NPM Version: 6.14.15:
  • Yarn Version: 1.22.11:

Hi,
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.