Postgres: Schema resotre


/ Published in: SQL
Save to your folder(s)

Restore a postgres schema backup file.


Copy this code and paste it in your HTML
  1. pg_restore -d <database> -F t -v <file>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.