This commit is contained in:
2021-12-14 16:07:01 +00:00
parent 855bd9ca59
commit 5e8e583018
14 changed files with 109 additions and 40 deletions

View File

@@ -10,12 +10,21 @@ If no override is specified AyaNova will assume the utility is on the environmen
## Overriding
AyaNova expects the pg_dump utility path to be provided by an environment variable or command line parameter named
AyaNova expects the pg_dump utility path to be provided by a config.json property, environment variable or command line parameter named
`AYANOVA_BACKUP_PG_DUMP_PATH`
The value specified should be a string containing a fully qualified file path to the pg_dump utility.
Example config.json entry
```json
{
...other properties...
"AYANOVA_BACKUP_PG_DUMP_PATH": "/usr/lib/postgresql/14.1/bin/"
}
```
Example command line parameter
`ayanova.exe --AYANOVA_BACKUP_PG_DUMP_PATH="/usr/lib/postgresql/14.1/bin/"` (not real)
@@ -29,5 +38,3 @@ Windows
Linux / MAC
`export AYANOVA_BACKUP_PG_DUMP_PATH="/usr/lib/postgresql/14.1/bin/"` (not real)