We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9f3af commit ecb08ffCopy full SHA for ecb08ff
README.md
@@ -36,12 +36,17 @@ services:
36
- Set `S3_ENDPOINT` if you're using a non-AWS S3-compatible storage provider.
37
38
## Restore
39
-> **WARNING:** DATA LOSS! All database objects will be dropped and re-created.
+> [!CAUTION]
40
+> DATA LOSS! All database objects will be dropped and re-created.
41
+
42
### ... from latest backup
43
```sh
44
docker exec <container name> sh restore.sh
45
```
-> **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
50
### ... from specific backup
51
52
docker exec <container name> sh restore.sh <timestamp>
0 commit comments