Skip to content
Snippets Groups Projects
  1. Feb 04, 2025
  2. Jan 24, 2025
  3. Jan 09, 2025
    • Jeremy Schneider's avatar
      Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303) · 32b6fcdd
      Jeremy Schneider authored
      * Remove inaccurate references to corruption, remove SEGTERM suggestion, update information links to current docs. Postgres is carefully designed such that data is not corrupted on crashes or unclean shutdowns - the main tradeoff is that WAL replay is needed on startup. In practice, SIGTERM can cause unexpected long delays to shutdowns - often during maintenance windows - so best not to actively suggest this. The links back to official Postgres documentation seem sufficient.
      32b6fcdd
  4. Dec 13, 2024
  5. Dec 06, 2024
  6. Dec 05, 2024
  7. Nov 21, 2024
  8. Nov 14, 2024
  9. Oct 16, 2024
  10. Sep 30, 2024
  11. Sep 26, 2024
  12. Sep 05, 2024
  13. Aug 08, 2024
  14. Jul 09, 2024
  15. Jul 08, 2024
  16. Jul 02, 2024
  17. Jun 18, 2024
  18. Jun 03, 2024
    • Tianon Gravi's avatar
      Replace `su-exec` with `gosu` · 3e9b4eaa
      Tianon Gravi authored
      There's a major issue with `su-exec` whose fix has gone unreleased for 5 years (typos leading to running code as root, the opposite of the purpose of the program).
      
      This also decreases our Debian vs Alpine variance.
      
      Due to user scripts/downstream code potentially using `su-exec`, I have included a compatibility symlink to `su-exec` for all versions less than the 17 pre-release.
      3e9b4eaa
Loading