pg:upgrade --version
argument is either broken or the docs are wrong
#1988
Labels
pg:upgrade --version
argument is either broken or the docs are wrong
#1988
Do you want to request a feature or report a bug?
Documentation/help bug, or a bug in the
--version
argument ofpg:upgrade
.What is the current behavior?
The help for heroku:upgrade is the following:
At the time of writing, the latest stable Postgres on Heroku is 14, the default one is 13: https://devcenter.heroku.com/articles/heroku-postgresql#version-support
I've used
heroku pg:upgrade
without the--version
argument to upgrade an instance from 12 to 14. Instead of to 14, it was upgraded to 13.Now the actual behavior without
--version
seems to be either to the next major version or to the default version.What is the expected behavior?
The documentation should be aligned with the behavior.
Ps. "to upgrade to another PostgreSQL version, use pg:copy instead" seems to be wrong. Depending on what "another" means here,
pg:upgrade
is capable of upgrading to "another" versions.The text was updated successfully, but these errors were encountered: