File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# pg\_ crash
22
3- A Postgres extension to send kill (or other) signal after some interval. Useful for testing HA failover scenarios.
3+ If your database is too reliable - pg\_ crash can kill it for you. pg\_ crash is
4+ an extension to PostgreSQL, which allows you to periodically or randomly crash
5+ your database infrastructure by sending kill (or other) signals to your DB
6+ processes and make them fail. It is ideal for HA and failover testing.
47
58Works with Postges 10.0.
69
@@ -12,7 +15,7 @@ Works with Postges 10.0.
1215PG_CONFIG=/usr/local/pgsql/bin/pg_config make
1316sudo PG_CONFIG=/usr/local/pgsql/bin/pg_config make install
1417```
15- NB! Replace /usr/local/pgsql/bin with your wished binary
18+ NB! Replace /usr/local/pgsql/bin with your desired binary
1619
1720* Edit server config
1821
You can’t perform that action at this time.
0 commit comments