migration Cryptpad sur Courgette (Neptune) depuis Abricot (Scorpio), avec reconfiguration des backups

This commit is contained in:
ADRN 2024-05-12 22:02:22 +02:00
parent 9a6935ac90
commit f55891ba21
2 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@ EOH
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "abricot" value = "courgette"
} }
task "main" { task "main" {

View file

@ -1,5 +1,5 @@
job "cryptpad" { job "cryptpad" {
datacenters = ["scorpio"] datacenters = ["neptune"]
type = "service" type = "service"
group "cryptpad" { group "cryptpad" {
@ -22,7 +22,7 @@ job "cryptpad" {
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "abricot" value = "courgette"
} }
config { config {