We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b934b3 commit a1e2ae2Copy full SHA for a1e2ae2
README.md
@@ -104,8 +104,8 @@ It's quite easy to create a backup and start a new replica:
104
with testgres.get_new_node('master') as master:
105
master.init().start()
106
with master.backup() as backup:
107
- replica = backup.spawn_replica('replica').start()
108
-print(replica.execute('postgres', 'select 1'))
+ replica = backup.spawn_replica('replica').start()
+print(replica.execute('postgres', 'select 1'))
109
```
110
111
> Note: you could take a look at [`pg_pathman`](https://.com/postgrespro/pg_pathman) to get an idea of `testgres`' capabilities.
0 commit comments