From ef211793dbeea877ea11c4a9842e42ce24d3112d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 4 Dec 2024 16:23:46 -0800 Subject: [PATCH 1/2] add snapshot info --- docs/concepts/managed-storage/managed-postgres.md | 10 ++++++++++ docs/concepts/managed-storage/managed-redis.md | 11 +++++++++++ 2 files changed, 21 insertions(+) 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. +