https://pulumi.com logo
#general
Title
# general
c

calm-cat-43230

11/07/2023, 2:46 PM
Just checking if anyone has done significant refactoring of DBs, roles, etc with the
postgres
resource before? We’re renaming a DB (from A to B, say) and finding that all the related resources (roles, grants) don’t cleanly update themselves (e.g. pulumi cannot replace them, because the deletion fails when it attempts to remove something referring to A once A no longer exists). Thanks for any pointers.