diff --git a/docs/concepts/managed-storage/managed-postgres.md b/docs/concepts/managed-storage/managed-postgres.md index d4148ed81..f21e3a4c3 100644 --- a/docs/concepts/managed-storage/managed-postgres.md +++ b/docs/concepts/managed-storage/managed-postgres.md @@ -72,6 +72,16 @@ For a smoother experience with Defang, we recommend using Postgres 14 for your c ``` +## Final Snapshots + +When a project is deployed to a production environment any managed postgres instances are automatically configured to create a snapshot of the database before deletion. The snapshot will be named with the following format + +` +--postgres--final-snapshot +` + +The AWS Console can be used to restore a snapshop into a new instance of postgres. +