Database Dump
To dump a radar database from a remote server (live in this example) to a local file you can use the following command from a local terminal
...
Info |
---|
Details of the available flags and corresponding options can be found in the pg_dump documentation |
Database Restore
To restore the database to a remote server (stagging in this example) from a local file you can use the following command from a local terminal
...