From ecb08ff41ca994cab9ead491aee30262a22fd66c Mon Sep 17 00:00:00 2001 From: Guillaume Briday <8252238+guillaumebriday@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:33:49 -0500 Subject: [PATCH] Using GitHub Flavored Markdown for Note and Caution (#45) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9830a6c..67e2f99 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,17 @@ services: - Set `S3_ENDPOINT` if you're using a non-AWS S3-compatible storage provider. ## Restore -> **WARNING:** DATA LOSS! All database objects will be dropped and re-created. +> [!CAUTION] +> DATA LOSS! All database objects will be dropped and re-created. + ### ... from latest backup ```sh docker exec sh restore.sh ``` -> **NOTE:** If your bucket has more than a 1000 files, the latest may not be restored -- only one S3 `ls` command is used + +> [!NOTE] +> If your bucket has more than a 1000 files, the latest may not be restored -- only one S3 `ls` command is used + ### ... from specific backup ```sh docker exec sh restore.sh