This gist summarises a way to simulate point-in-time recovery (PITR) using WAL-G. Most of the material is adapted from Creston's tutorial.
First we initialize a database cluster
pg_ctl init -D cluster
This gist summarises a way to simulate point-in-time recovery (PITR) using WAL-G. Most of the material is adapted from Creston's tutorial.
First we initialize a database cluster
pg_ctl init -D cluster
For VLC configure to detect QUIC and HTTP3 libraries | |
Openssl | |
./config enable-tls1_3 --prefix=/home/devbox/devel/quic_research/build_openssl | |
make -j$(nproc) | |
make install_sw | |
nghttp3 |