This commit is contained in:
2022-02-15 23:57:48 +00:00
parent 9c07e7e314
commit ca6a3de19a
5 changed files with 16 additions and 10 deletions

View File

@@ -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