We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To locally restore from a 14.7 pg_dump backup, postgres complains about missing heroku_ext
heroku_ext
psql poster_development -c "CREATE SCHEMA IF NOT EXISTS heroku_ext" psql poster_development -c "ALTER database poster_development SET search_path TO heroku_ext,public" pg_restore --verbose --clean --no-acl --no-owner -h localhost -d poster_development <backup>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To locally restore from a 14.7 pg_dump backup, postgres complains about missing
heroku_ext
The text was updated successfully, but these errors were encountered: