Skip to content

Commit

Permalink
Update pg:upgrade description (heroku#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 authored Mar 20, 2024
1 parent 6313a26 commit 32e97bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/test/acceptance/commands-output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default `\u001B[1m Command Summary
pg:settings:log-statement log_statement controls which SQL statements are logged.
pg:settings:track-functions track_functions controls tracking of function call counts and time used. Default is none.
pg:unfollow stop a replica from following and make it a writeable database
pg:upgrade For an Essential-* plan, this command upgrades the database to the latest stable PostgreSQL version. For a Standard-tier and higher plan, this command unfollows the parent database before upgrading to the latest stable PostgreSQL version.
pg:upgrade For an Essential-* plan, this command upgrades the database\'s PostgreSQL version. For a Standard-tier and higher plan, this command unfollows the leader database before upgrading the PostgreSQL version.
pg:vacuum-stats show dead rows and whether an automatic vacuum is expected to be triggered
pg:wait blocks until database is available
pipelines list pipelines you have access to
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/commands/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ${cli.color.addon(db.name)} will be upgraded to a newer PostgreSQL version.
module.exports = {
topic: 'pg',
command: 'upgrade',
description: 'For an Essential-* plan, this command upgrades the database to the latest stable PostgreSQL version. For a Standard-tier and higher plan, this command unfollows the parent database before upgrading to the latest stable PostgreSQL version.',
description: 'For an Essential-* plan, this command upgrades the database\'s PostgreSQL version. For a Standard-tier and higher plan, this command unfollows the leader database before upgrading the PostgreSQL version.',
help: 'to upgrade to another PostgreSQL version, use pg:copy instead',
needsApp: true,
needsAuth: true,
Expand Down

0 comments on commit 32e97bb

Please sign in to comment.