Difference between revisions of "Secure Gateway Migration"
From GWAVA Technologies Training
(Created page with "There is a wizard for migrating from GWAVA 6.x to Secure Gateway. If you encounter the error: "An error occurred loading the connection test" that means the GWAVA 6 Postgres ...") |
Latest revision as of 13:47, 21 July 2017
There is a wizard for migrating from GWAVA 6.x to Secure Gateway.
If you encounter the error: "An error occurred loading the connection test" that means the GWAVA 6 Postgres DB is locked.
To unlock the Postgres DB
- Browse here: :/opt/beginfinite/gwava/postgres
- Edit this file: pg_hba.conf
- Add the line like this, with the customer SG IP: host all all 151.155.0.0/16 password
- Restart Postgres