Skip to content

Commit f9cba27

Browse files
committed
Hot standby samples
1 parent f61f57f commit f9cba27

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
groups:
2+
group001:
3+
replicasets:
4+
replicaset001:
5+
instances:
6+
instance001:
7+
database:
8+
hot_standby: true
9+
wal:
10+
dir: /tmp/wals
11+
snapshot:
12+
dir: /tmp/snapshots
13+
iproto:
14+
listen:
15+
- uri: '127.0.0.1:3301'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instance001:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
groups:
2+
group001:
3+
replicasets:
4+
replicaset001:
5+
instances:
6+
instance001:
7+
database:
8+
hot_standby: true
9+
wal:
10+
dir: /tmp/wals
11+
snapshot:
12+
dir: /tmp/snapshots
13+
iproto:
14+
listen:
15+
- uri: '127.0.0.1:3301'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
instance001:

0 commit comments

Comments
 (0)