backups: add btcpayserver database

This commit is contained in:
nixbitcoin
2020-09-22 16:40:20 +00:00
parent 0784e2d479
commit 73f4275d2a
3 changed files with 22 additions and 4 deletions

View File

@@ -166,6 +166,10 @@ def run_tests(extra_tests):
"export $(cat /secrets/backup-encryption-env); duplicity list-current-files 'file:///var/lib/localBackups'",
"var/lib/bitcoind/wallet.dat",
)
assert_matches(
"export $(cat /secrets/backup-encryption-env); duplicity list-current-files 'file:///var/lib/localBackups'",
"var/backup/postgresql/btcpaydb.sql.gz",
)
### Check that all extra_tests have been run
assert len(extra_tests) == 0