You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
742fff174a
Allow systemd to have a better understanding as to when pgBackRest has finished starting or is stopping. This implementation is based off of the existing implementations in PostgreSQL [1] and PgBouncer [2]. PgBouncer also has an implementation for `notify-reload` but this is not implemented here as it is a very recent feature [3] that is unavailable on many Linux distributions. [1] https://www.postgresql.org/message-id/flat/CAFj8pRA4%3DhVj-d%3D8O7PSMjopsFUHPcAftd5tLqFC_xb035hNQA%40mail.gmail.com#e346a6189d8b0ed44c745c4aaaef587f [2] https://github.com/pgbouncer/pgbouncer/commit/3816a0073f09944a6f7eaa278d2226ca4942b911 [3] https://github.com/systemd/systemd/blob/fa6d3bffe30064c4d4092b3daa749465f08d35fb/NEWS#L6176