diff --git a/tests/cluster/standalone.yaml b/tests/cluster/standalone.yaml index 525e6e982..6a469c84a 100644 --- a/tests/cluster/standalone.yaml +++ b/tests/cluster/standalone.yaml @@ -3,6 +3,10 @@ cluster: instances: 1 storage: size: 256Mi + initdb: + postInitSQL: + - CREATE DATABASE mydb; + - CHECKPOINT backups: enabled: true provider: s3