Hi Everyone here, Has anyone implemented backup re...
# azure
f
Hi Everyone here, Has anyone implemented backup restore of Azure postresql flexible server while the server resource is still managed by pulumi. The backup options allow the restore to a new DB server which means Pulumi state will go out of sync. Is there a way Pulumi facilitates the swap of the DB server resources for DR scenarios? I have been fiddling with restoring the dbs from the restored server to the source via psql and pg_restore but I am worried about the DB server level object integrity. Any thoughts / guidelines from the community. Other option I could think of is update pulumi state to swap the azure resource id with the restored server but that seems too extreme.