Dumping and restoring PostgreSQL databases: a personal cheat sheet
Mar 15, 2023 · 5 min read · I occasionally need to dump and restore PostgreSQL databases: infrequently enough that I tend to forget about all the useful CLI switches to the pg_dump and pg_restore commands, yet frequently enough that having to look up the manual page for them, a...
Join discussion