This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Backup utility "pg_dump" path setting
|
||||
|
||||
This setting controls where AyaNova will find the PostgreSQL pg_dump utility used forautomated backups.
|
||||
This setting controls where AyaNova will find the PostgreSQL pg_dump utility used for [automated backups](ops-form-backup.md).
|
||||
|
||||
## Default
|
||||
|
||||
Default is empty.
|
||||
Default varies with installer platform but empty is valid if pg_dump utility is in the PATH.
|
||||
|
||||
If no override is specified AyaNova will assume the utility is on the environment PATH.
|
||||
|
||||
@@ -31,7 +31,7 @@ Example WINDOWS config.json entry
|
||||
```json
|
||||
{
|
||||
...other properties...
|
||||
"AYANOVA_BACKUP_PG_DUMP_PATH": "c:\\Program files\\postgresql\\14.1\\bin"
|
||||
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\Program Files\\PostgreSQL\\14\\bin"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -43,7 +43,7 @@ Example environment variable
|
||||
|
||||
Windows
|
||||
|
||||
`set "AYANOVA_BACKUP_PG_DUMP_PATH=c:\Program files\postgresql\14.1\bin"` (not real)
|
||||
`set "AYANOVA_BACKUP_PG_DUMP_PATH=C:\Program Files\PostgreSQL\14\bin"` (not real)
|
||||
|
||||
Linux / MAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user