Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed titles to use heading

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

...