Difference between revisions of "Pg dump"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[wikipedia:pg_dump]]
 
[[wikipedia:pg_dump]]
 
* https://www.postgresql.org/docs/current/app-pgdump.html
 
* https://www.postgresql.org/docs/current/app-pgdump.html
 +
* https://trends.google.com/trends/explore?date=all&q=PgBackRest,pg_dump
  
--schema-only
+
* <code>[[pg_dump --help]]</code>
  
--include-foreign-data (2020 [[PostgreSQL 13]])
+
* <code>--schema-only</code>
  
 +
* <code>--include-foreign-data (2020 [[PostgreSQL 13]])</code>
  
 +
 +
file your-dump
 +
your-dump: PostgreSQL custom database dump - v1.14-0
 +
 +
pg_dump --version
 +
pg_dump (PostgreSQL) 14.7 (Ubuntu 14.7-1.pgdg22.04+1)
  
 
== Related terms ==
 
== Related terms ==
Line 14: Line 22:
 
* <code>[[gcloud sql backups create]]</code>
 
* <code>[[gcloud sql backups create]]</code>
 
* [[Restore DB]]
 
* [[Restore DB]]
 +
* <code>[[mysqldump]]</code>
 +
* [[Point-in-time recovery (PITR)]]
 +
* [[PgBackRest]]
 +
* <code>[[pg dump --schema-only]]</code>
  
 
== See also ==
 
== See also ==
Line 19: Line 31:
 
* {{pg}}
 
* {{pg}}
 
* {{DB backup}}
 
* {{DB backup}}
* {{PostgreSQL}}
 
  
 
[[Category:Backup]]]
 
[[Category:Backup]]]
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Latest revision as of 07:00, 8 March 2023

Advertising: