meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:databases:psql:backup [2020/02/25 11:58] – created niziaklinux:databases:psql:backup [2024/09/09 10:06] (current) niziak
Line 1: Line 1:
 +====== backup ======
 +
   * Convert binary dump to SQL   * Convert binary dump to SQL
 <code bash>pg_restore -f database.sql database.pgdump</code> <code bash>pg_restore -f database.sql database.pgdump</code>