Skip to content
New issue

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

After upgrade to Postgres 9.5, rake db:migrate fails with "pg_dump: invalid option -- i" #23039

Closed
ianhall opened this issue Jan 13, 2016 · 1 comment

Comments

@ianhall
Copy link

ianhall commented Jan 13, 2016

The error comes from activerecord-4.2.1/lib/active_record/tasks/postgresql_database_tasks.rb:55

The Postgres 9.4 docs (http://www.postgresql.org/docs/9.4/static/app-pgdump.html) say:
-i --ignore-version A deprecated option that is now ignored.

The 9.5 docs do not mention this option at all.

@matthewd
Copy link
Member

#23030 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants