File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,17 @@ services:
3636- Set `S3_ENDPOINT` if you're using a non-AWS S3-compatible storage provider.
3737
3838# # Restore
39- > **WARNING:** DATA LOSS! All database objects will be dropped and re-created.
39+ > [!CAUTION]
40+ > DATA LOSS! All database objects will be dropped and re-created.
41+
4042# ## ... from latest backup
4143` ` ` sh
4244docker exec <container name> sh restore.sh
4345` ` `
44- > **NOTE:** If your bucket has more than a 1000 files, the latest may not be restored -- only one S3 `ls` command is used
46+
47+ > [!NOTE]
48+ > If your bucket has more than a 1000 files, the latest may not be restored -- only one S3 `ls` command is used
49+
4550# ## ... from specific backup
4651` ` ` sh
4752docker exec <container name> sh restore.sh <timestamp>
You can’t perform that action at this time.
0 commit comments