haumea: drop zrepl sink safe_ma27
This sink was temporarly set up to test migrations on the hydra database and is not required at this time.
Martin Weinelt committed
Feb 13, 2024 at 17:50 UTC
cf01b1a239732a43692eaa629640b0991020086c
1 file changed
-35
delft/haumea.nix
-35
@@ -142,10 +142,6 @@
142
hostNames = [ "zh2543b.rsync.net" "2001:1620:2019::324" ];
143
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlIcNwmx7id/XdYKZzVX2KtZQ4PAsEa9KVQ9N43L3PX";
144
};
145
- ma27-backup-server = {
146
- hostNames = [ "mbosch.me" "135.181.78.102" ];
147
- publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6rlyYpWzzt1Fn4c9XdrgzuVqlnhzXz6BRReDVz9I/n";
148
- };
145
delroth-backup-server = {
146
hostNames = [ "smol.delroth.net" ];
147
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9Ta4DYE3YxXzV57s6TX6KEbIa3O4re+J4NzATCOiXb";
@@ -244,37 +240,6 @@
240
port = 22;
241
};
242
})
247
-
248
- # XXX: Seems to be broken as of 2024-02-12 (permission denied).
249
- {
250
- # run with `zrepl signal wakeup safe_ma27` after
251
- # snapshots were done from safe.
252
- name = "safe_ma27";
253
- type = "push";
254
- filesystems."rpool/safe/postgres" = true;
255
- snapshotting.type = "manual";
256
- connect = {
257
- identity_file = "/root/.ssh/id_ed25519";
258
- type = "ssh+stdinserver";
259
- host = "135.181.78.102"; # "mbosch.me" has broken IPv6, tsk tsk.
260
- user = "hno";
261
- port = 22;
262
- };
263
- pruning = {
264
- keep_sender = [
265
- {
266
- type = "regex";
267
- regex = ".*";
268
- }
269
- ];
270
- keep_receiver = [
271
- {
272
- type = "regex";
273
- regex = ".*";
274
- }
275
- ];
276
- };
277
- }
243
];
244
};
245
};