Skip to content
Snippets Groups Projects
Unverified Commit ecb08ff4 authored by Guillaume Briday's avatar Guillaume Briday Committed by GitHub
Browse files

Using GitHub Flavored Markdown for Note and Caution (#45)

parent bb9f3af1
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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 <container name> 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 <container name> sh restore.sh <timestamp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment