-
Notifications
You must be signed in to change notification settings - Fork 13
Recover data from a backup
Billy Charlton edited this page Jun 30, 2017
·
1 revision
« Back to Recipes for typical tasks
We'll need to add some more meat to this page, but the basic gist is as follows:
- Make sure you can use pgAdmin to log into the database server as the
postgres
admin user - In pgAdmin, right-click the geo database (or create it if necessary)
- and choose "Restore...". Point to the database backup
.sql
file
The database backups are all in
Q:\Database-Backup
...and there should be daily, weekly, and monthly backup files stored there. Good luck!
Get Started
- Back-End Setup
- Setting up your development environment
- Building Prospector locally
- Publishing your changes
Other Useful Links
- Recipes for typical tasks
- Glossary
- Publishing instructions for CMP standalone site
- Deploying a new release GitHub Pages and Prospector
Platform Considerations
Background Information