This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user