You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to delete the database first before I can restore from backup file.
Respectively I have to add the following lines in the backup file.
DROP DATABASE IF EXISTS <database>
In this case I have to connect to the
postgres
database that I can restore .This process works, but it's a little confusing.
What is my mistake? Or is there another way?
Thank you very much for feedback.
Beta Was this translation helpful? Give feedback.
All reactions