Skip to content

Commit ecb08ff

Browse files
Using GitHub Flavored Markdown for Note and Caution (#45)
1 parent bb9f3af commit ecb08ff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff 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
4244
docker 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
4752
docker exec <container name> sh restore.sh <timestamp>

0 commit comments

Comments
 (0)