Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaaS Binary Database Backup to AWS S3 #157

Merged
merged 15 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix code block indentation.
  • Loading branch information
mvandergrift committed Nov 5, 2024
commit 6c496e687774279339164577c77fe3c8feb41331
2 changes: 1 addition & 1 deletion content/deploy/restore/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
--data-urlencode "client_secret=<BASS_CLIENT_SECRET>" | jq .access_token
```

1. Using the token from the previous step, send a POST to to `<alpha pod>:8080/admin` to retrieve a list of available backups from the s3 bucket.

Check failure on line 61 in content/deploy/restore/binary.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/deploy/restore/binary.md#L61

[Vale.Repetition] 'to' is repeated!
Raw output
{"message": "[Vale.Repetition] 'to' is repeated!", "location": {"path": "content/deploy/restore/binary.md", "range": {"start": {"line": 61, "column": 56}}}, "severity": "ERROR"}
MattDodsonEnglish marked this conversation as resolved.
Show resolved Hide resolved

```bash
```bash
curl --location 'http://alpha-0:8080/admin' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
Expand Down
Loading