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
rake db:structure:dump from a Rails 3 app fails with
rake db:structure:dump
pg_dump: invalid option -- i
This is used in lib/arjdbc/tasks/databases3.rake line 115 (version 1.3.20).
This switch was deprecated in PostgreSQL 8.4 and was finally removed in 9.5.
The text was updated successfully, but these errors were encountered:
#783 Should fix this(barring anything I'm missing).
Sorry, something went wrong.
resolved at #783
No branches or pull requests
rake db:structure:dump
from a Rails 3 app fails withThis is used in lib/arjdbc/tasks/databases3.rake line 115 (version 1.3.20).
This switch was deprecated in PostgreSQL 8.4 and was finally removed in 9.5.
The text was updated successfully, but these errors were encountered: