From 25a98e62980ebff6b7b91b8674988c6508801068 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Oct 2020 09:38:54 +0200 Subject: [PATCH] Update hosts to match new names --- backup.d/fr_microsites_wordpress.yml | 2 +- backup.d/fr_singlesite_wordpress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.d/fr_microsites_wordpress.yml b/backup.d/fr_microsites_wordpress.yml index 68e2334..fdcfe26 100644 --- a/backup.d/fr_microsites_wordpress.yml +++ b/backup.d/fr_microsites_wordpress.yml @@ -18,7 +18,7 @@ services: target: /etc/borgmatic/config.yaml environment: - BORGBASE_REPO="bp5oj726@bp5oj726.repo.borgbase.com:repo" - - DB_HOST=mariadb + - DB_HOST=db - DB_TABLE=wordpress - DB_USER=wordpress deploy: diff --git a/backup.d/fr_singlesite_wordpress.yml b/backup.d/fr_singlesite_wordpress.yml index 64bc1c3..df457cf 100644 --- a/backup.d/fr_singlesite_wordpress.yml +++ b/backup.d/fr_singlesite_wordpress.yml @@ -18,7 +18,7 @@ services: target: /etc/borgmatic/config.yaml environment: - BORGBASE_REPO="l32s99em@l32s99em.repo.borgbase.com:repo" - - DB_HOST=mariadb + - DB_HOST=db - DB_TABLE=wordpress - DB_USER=wordpress deploy: