Skip to content
  1. Jun 03, 2022
  2. May 26, 2022
    • nimrod's avatar
      Update container name. · 4e2ac69a
      nimrod authored
      Because for some reason Docker Compose changed from using underscores to
      hyphens.
      4e2ac69a
  3. May 22, 2022
  4. May 06, 2022
  5. May 03, 2022
  6. Apr 25, 2022
  7. Apr 23, 2022
    • nimrod's avatar
      Store backups in the host's /var/backups. · 1fbbde51
      nimrod authored
      GitLab stores backups as tar files with the date as part of the
      filename. Backups older than 10 days are deleted. It's easier for me to
      them have off-site backups if they're under /var/backups and there's no
      need to have a process to copy or snapshot to that directory (the
      current format is fine).
      1fbbde51
  8. Apr 22, 2022
  9. Apr 18, 2022
  10. Apr 03, 2022
  11. Mar 23, 2022
  12. Mar 22, 2022
  13. Mar 21, 2022
  14. Mar 01, 2022
  15. Feb 23, 2022
  16. Feb 15, 2022
  17. Feb 10, 2022
  18. Feb 04, 2022
  19. Jan 31, 2022
  20. Jan 19, 2022
  21. Jan 05, 2022
  22. Dec 22, 2021
  23. Dec 07, 2021
  24. Dec 01, 2021
  25. Nov 22, 2021
  26. Nov 09, 2021
    • nimrod's avatar
      Add a custom health check. · b8544cb2
      nimrod authored
      Raise the start_period to high duration because of the way the container
      starts up (pretty much runs the entier setup from scratch with Chef).
      Now with the new Compose project health check script, it should not fail
      as long as the state is starting instead of failing.
      b8544cb2
    • nimrod's avatar
      Update GitLab. · b80828d7
      nimrod authored
      b80828d7
  27. Oct 28, 2021
  28. Oct 23, 2021
  29. Oct 13, 2021
  30. Oct 03, 2021
  31. Sep 30, 2021
  32. Sep 22, 2021
  33. Sep 20, 2021
    • nimrod's avatar
      Fix the backup pruning Cron job. · 5010ac4d
      nimrod authored
      - The command silently failed for ages (the container name was missing).
        When I had less information in GitLab it wasn't noticeable, but that's
      no longer the case.
      - Delete backups that haven't been accessed instead of modified. In case
        I did get something from that backup, keep it around for a while
      longer.
      - Keep backups for 10 days, in case it's been a busy week or over the
        weekend or something.
      5010ac4d
  34. Sep 19, 2021
  35. Sep 02, 2021
  36. Aug 31, 2021