I'm trying to deploy my application from dev to prod environment.
I'm using external databases so in my both environments I want different databases to run.So, while deploying the app I'm configuring the schema and catalog to the name of production database but after the configuration also it's taking the dev's database and not switching to the prod database.
Hi,
Check the service centre which schena you configured in service center under database connection. It should be production database schema in production environment service centre.
Thanks
Cv
I have checked it,It's the production one
Please confirm if your external databases (development and production) hosted on the same server ?. The scenario you mention does happen in this case if you are not careful during deployment. Please open the extension -> Entity and verify the "Physical Table Name" and confirm this is pointing to the Production DB.