Skip to content

Commit

Permalink
Add postgresql default to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel authored Sep 11, 2024
1 parent 0623a8b commit a9f340d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone
cluster:
instances: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: standalone

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: recovery

cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: "standalone"
cluster:
instances: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: postgresql
mode: "recovery"
recovery:
method: "pg_basebackup"
Expand Down

0 comments on commit a9f340d

Please sign in to comment.