You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ux.error(`You can only use ${color.cmd('heroku pg:upgrade:prepare')} on Standard-tier and higher leader databases. For Essential-tier databases, use ${color.cmd('heroku pg:upgrade:run')} instead.`)
ux.error(`You can only use ${color.cmd('heroku pg:upgrade:prepare')} on Standard-tier and higher leader databases. For follower databases, use ${color.cmd('heroku pg:upgrade:run')} instead.`)
44
-
43
+
45
44
awaitconfirmCommand(app,confirm,heredoc(`
46
45
Destructive action
47
46
This command prepares the upgrade for ${color.addon(db.name)} to PostgreSQL version ${v} and schedules to upgrade it during the next available maintenance window.
0 commit comments