thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
895 stars 57 forks source link

fix/ add-heroku-pg-updates #110

Closed walreyes closed 7 years ago

walreyes commented 7 years ago

What does this PR do?

It looks like heroku has updated some pg:backups commands https://devcenter.heroku.com/articles/heroku-postgres-backups

geoffharcourt commented 7 years ago

Thank you very much for this! I need a few minutes to review this, but given how many people were affected by the PG CLI update I want to get this out ASAP.

Can you fix the failing test on CI? Looks like a typo.

walreyes commented 7 years ago

No problem! I just needed to update to the new command in the spec, everything is green now!

I will do a double check to see if I am not missing any command

walreyes commented 7 years ago

It seems like everything is up to date

geoffharcourt commented 7 years ago

@walreyes thank you for the fixes!

walreyes commented 7 years ago

@geoffharcourt you're welcome!