A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgrim/pg_back/commit/14e39a18c88591a2e5a15c8793de4d3986295301 below:

allow to override the connection user per database · orgrim/pg_back@14e39a1 · GitHub

@@ -550,7 +550,7 @@ gkLoop:

550 550

knonw_perdb := []string{

551 551

"format", "parallel_backup_jobs", "compress_level", "checksum_algorithm",

552 552

"purge_older_than", "purge_min_keep", "schemas", "exclude_schemas", "tables",

553 -

"exclude_tables", "pg_dump_options", "with_blobs",

553 +

"exclude_tables", "pg_dump_options", "with_blobs", "user",

554 554

}

555 555 556 556

for _, sub := range subs {

@@ -745,6 +745,7 @@ func loadConfigurationFile(path string) (options, error) {

745 745

o.SumAlgo = s.Key("checksum_algorithm").MustString(opts.SumAlgo)

746 746

dbPurgeInterval = s.Key("purge_older_than").MustString(purgeInterval)

747 747

dbPurgeKeep = s.Key("purge_min_keep").MustString(purgeKeep)

748 +

o.Username = s.Key("user").MustString(opts.Username)

748 749 749 750

// Validate purge keep and time limit

750 751

keep, err := validatePurgeKeepValue(dbPurgeKeep)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4