Allow to pass extra attributes to backup PostgreSQL databases
This commit is contained in:
@@ -27,7 +27,8 @@ default["backup"]["mysql"]["username"] = "root"
|
||||
default["backup"]["mysql"]["host"] = "localhost"
|
||||
|
||||
# PostgreSQL default settings
|
||||
default["backup"]["postgresql"]["databases"] = []
|
||||
default["backup"]["postgresql"]["databases"] = {}
|
||||
default["backup"]["postgresql"]["username"] = "postgres"
|
||||
default["backup"]["postgresql"]["host"] = "localhost"
|
||||
default["backup"]["postgresql"]["port"] = 5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user