This commit is contained in:
2022-03-23 00:50:44 +00:00
parent 8e58408113
commit 30c51f258f
7 changed files with 85 additions and 31 deletions

View File

@@ -91,7 +91,7 @@ The AyaNova server **must** be configured before it will be able to start proper
Configuration is done by editing the `config.json` file that has been installed to the `c:\Program Files\ayanova\` folder.
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select *More* and *Run as administrator*:
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select _More_ and _Run as administrator_:
![run notepad as administrator](img/ops-install-windows-run-notepad-as-administrator.png)
@@ -126,7 +126,10 @@ The [AYANOVA_DB_CONNECTION](ops-config-db.md) property must be edited and where
EDIT ONLY IF NEEDED:
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md). If this utility is already in the path then you can remove this configuration setting entirely, otherwise it should be set to the location for your installed version of PostgreSQL's bin folder or wherever `pg_dump` is located. If you already have a backup solution in place for your PostgreSQL databases then there is no need to use this setting.
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md).
A. if AyaNova server will be doing the automatic daily backups using AyaNova's Backup feature, confirm this path stated matches the path to YOUR PostgreSQL database backup utility pg_dump
B. otherwise, If you already have a backup solution in place for your PostgreSQL databases AND WILL NOT BE USING AYANOVA'S Backup feature, remove this
OPTIONAL EDIT: