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
Do I simply change to version: "12", run pulumi up?
The text was updated successfully, but these errors were encountered:
snipebin
changed the title
How to safely upgrade cluster version without losing data?
How to safely upgrade database cluster version without losing data?
Aug 10, 2020
Do I simply change to version: "12", run pulumi up?
I don't personally know the DigitalOcean API well, but have you tried previewing doing this? The preview should tell you whether it can update in place, or whether the change would require a replacement of the resource (which will then be prevented due to your protect: true.
Hi, thanks in advance for the support.
Digital ocean explains how we one upgrade cluster versions: https://www.digitalocean.com/docs/databases/postgresql/how-to/upgrade-version/
what's the equivalent for Pulumi?
Here's my definition
I want to upgrade to version 12.
Do I simply change to
version: "12",
runpulumi up
?The text was updated successfully, but these errors were encountered: