We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4599f99 commit 6974744Copy full SHA for 6974744
install.sh
@@ -31,6 +31,10 @@ echo 'dtm.node_id = 1' >> ./install/data2/postgresql.conf
31
echo 'autovacuum = off' >> ./install/data1/postgresql.conf
32
echo 'autovacuum = off' >> ./install/data2/postgresql.conf
33
34
+echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data1/postgresql.conf
35
+echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data2/postgresql.conf
36
+
37
38
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
39
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
40
0 commit comments