From 632415b3fe2ad9715ab180406d3b55d05d83713f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 25 Nov 2024 13:14:23 -0800 Subject: [PATCH] Retire more backups on the vexxhost backup server This set of servers/services have either been shut down entirely (ask, review-dev) or have had their servers replaced with new servers (etherpad, gitea, lists, review). In both cases we don't need their backups consuming extra disk space on the smaller backup server. Retire them so that they can eventually be purged. Reviewers are welcome to double checck that the statements above are true and that I didn't mix any up. Note that we should run the manual backup pruning step post retirement to ensure that is still happy with us. Typically we would probably retire backups as part of server replacement and then purge the server months later. In this case we may end up speedrunning the retirement to purge process since these servers went away long ago and we're just now automated this process. Change-Id: I059fda2ec4be3dbf0bf485e6600688255cd35e4b --- .../host_vars/backup02.ca-ymq-1.vexxhost.opendev.org.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inventory/service/host_vars/backup02.ca-ymq-1.vexxhost.opendev.org.yaml b/inventory/service/host_vars/backup02.ca-ymq-1.vexxhost.opendev.org.yaml index 787d81233c..84bede921b 100644 --- a/inventory/service/host_vars/backup02.ca-ymq-1.vexxhost.opendev.org.yaml +++ b/inventory/service/host_vars/backup02.ca-ymq-1.vexxhost.opendev.org.yaml @@ -1,4 +1,10 @@ borg_retire_users: - borg-ethercalc02 + - borg-ask01 + - borg-etherpad01 + - borg-gitea01 + - borg-lists + - borg-review-dev01 + - borg-review01 borg_purge_users: - borg-ethercalc02