Closed zaira-bibi closed 2 weeks ago
Closes #4275.
Description Diesel explicitly connected to postgres to drop any other database, which posed issues when postgres itself was to be dropped.
postgres
Changes Added a check for the current database, and connect to template1 for the case when current database is postgres.
template1
Closes #4275.
Description Diesel explicitly connected to
postgres
to drop any other database, which posed issues whenpostgres
itself was to be dropped.Changes Added a check for the current database, and connect to
template1
for the case when current database ispostgres
.