Hey folks! We're using `@pulumi/gcp` to manage a ...
# general
w
Hey folks! We're using
@pulumi/gcp
to manage a
DatabaseInstance
. If you change the
databaseVersion
, rather than doing an in place upgrade like it does when you upgrade via the console, it deletes and recreates a new instance, losing all of the data in the db. Has anybody encountered this problem before? Is there a best practice I'm missing here? Thanks!