backup nextcloud and hedgedoc database using borgmatic
expose database passwords using agenix install lsof and parted
This commit is contained in:
parent
fc2da07613
commit
97fc20e251
5 changed files with 30 additions and 8 deletions
|
@ -71,8 +71,8 @@ in
|
|||
dataDir = cfg.postgresDir;
|
||||
|
||||
authentication = ''
|
||||
host nextcloud nextcloud all md5
|
||||
host hedgedoc hedgedoc all md5
|
||||
host nextcloud nextcloud all md5
|
||||
host hedgedoc hedgedoc all md5
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue