Just checking if anyone has done significant refac...
# general
c
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.