Publish creates an extra Database and Database Connection

Hey guys,

This is probably a bug…

Then automatically a Database connection and a new Database (called db) are created.
Of course if I publish my project, then the 2nd Database (and DB connection) will be created on Remote Target.

Am I doing something wrong or is there a setting that creates this issue?
Any idea would be much appreciated.

Thanks in advance!

What are your project target settings? Do you havens database defined there? This will then become your default “db” connection.

If you have a custom database connection you shouldn’t choose a default database in your project target settings.

this is my target settings @George

So I shouldn’t have created a database connection (conn_stock) like I have done…
The xonnection (db) would have been created automatically?

Exactly!

1 Like

Clear enough!!
Thanks brother!!