1. In the server’s installation directory, go to the root folder “edgedata”.
2. Zip the two folders - Edgedata & Edgemapdata.
Windows
3. Go to postgres installation directory (C:\Program Files\PostgreSQL\9.3\bin).
4. Open cmd.
5. Open bin folder.
6. Run pg_dump.exe -U postgres terragoedge > terragoedge_dump.sql.
7. The terragoedge_dump.sql file will be generated in this path.
8. You can now save the zip and terragoedge_dump file.
Linux
3. Connect Linux server in putty.
4. Enter the IP, Username and Password.
5. Type “pg_dump -h localhost -p 5432 -U postgres terragoedge > \apps\edge\terragoedge_dump.sql”.
6. The terragoedge_dump.sql file will be generated in this path.
7. You can now save the zip and terragoedge_dump file.
0 Comments