This message was deleted.
# general
s
This message was deleted.
s
If the DBs are managed by Pulumi, they would work as any other Pulumi-managed resource: remove it from the code, and it will be deleted. If they are managed outside of Pulumi, then Pulumi can't control their lifecycle unless you use
pulumi import
. We do have a Postgres provider, so you could import your existing DBs - just note that imported resources, by default, have delete protection for safety. You can change this in the generated code. Links below: https://www.pulumi.com/docs/guides/adopting/import/ https://www.pulumi.com/registry/packages/postgresql/