Answers for "import heroku postgres dump to locacl"

0

import heroku postgres dump to locacl

pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump
Posted by: Guest on January-31-2022

Browse Popular Code Answers by Language