Exclude lndhub backups in dev
This commit is contained in:
parent
e0c400c007
commit
695d0925a4
@ -90,5 +90,7 @@ firewall_rule 'lndhub_private' do
|
||||
command :allow
|
||||
end
|
||||
|
||||
return unless node.chef_environment == "development"
|
||||
|
||||
node.override["backup"]["archives"]["lndhub"] = ["/var/lib/redis/dump-6379.rdb"]
|
||||
include_recipe "backup"
|
||||
|
Loading…
x
Reference in New Issue
Block a user