Backup LND SCB to S3 on change

closes #359
This commit is contained in:
2021-12-23 13:06:32 +01:00
parent 56f58f3a1b
commit 31f4a547a9
3 changed files with 60 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
"kosmos-bitcoin::source",
"kosmos-bitcoin::c-lightning",
"kosmos-bitcoin::lnd",
"kosmos-bitcoin::lnd-scb-s3",
"kosmos-bitcoin::rtl",
"kosmos-bitcoin::lndhub",
"kosmos_postgresql::hostsfile",
@@ -48,6 +49,9 @@
"git::default",
"git::package",
"golang::default",
"backup::default",
"logrotate::default",
"kosmos-bitcoin::aws-client",
"kosmos-nodejs::default",
"nodejs::nodejs_from_package",
"nodejs::repo",
@@ -70,9 +74,7 @@
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"backup::default",
"logrotate::default"
"kosmos-nginx::firewall"
],
"platform": "ubuntu",
"platform_version": "20.04",
@@ -94,6 +96,7 @@
"recipe[kosmos-bitcoin::source]",
"recipe[kosmos-bitcoin::c-lightning]",
"recipe[kosmos-bitcoin::lnd]",
"recipe[kosmos-bitcoin::lnd-scb-s3]",
"recipe[kosmos-bitcoin::rtl]",
"recipe[kosmos-bitcoin::lndhub]",
"role[btcpay]"