Skip to content

Commit

Permalink
Attempt to improve backup performance.
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Mar 28, 2024
1 parent 442c7e2 commit f5e64d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cluster/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ cluster:
instances: 1
storage:
size: 256Mi
initdb:
postInitSQL:
- CREATE DATABASE mydb;
- CHECKPOINT
backups:
enabled: true
provider: s3
Expand Down

0 comments on commit f5e64d6

Please sign in to comment.