| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | jim(at)jdoherty(dot)net, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Another pg_dump using split and gzip for large databases |
| Date: | 2021-07-28 23:46:05 |
| Message-ID: | 20210728234605.GA9600@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Sat, Jul 17, 2021 at 03:09:52PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/backup-dump.html
> Description:
>
> pg_dump ccbank | split -b 2048m --filter='gzip > $FILE.gz'
Wow, odd we didn't have an example of using gzip and split together;
patch attached.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
| Attachment | Content-Type | Size |
|---|---|---|
| split.diff | text/x-diff | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2021-07-29 01:03:08 | Re: Indexes on Expressions - a note to remind users to run ANALYZE after creation |
| Previous Message | PG Doc comments form | 2021-07-28 03:48:04 | Common case not at all clear |