pg_dump Running Slow

From: Yongye Serkfem <yserkfem(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: pg_dump Running Slow
Date: 2024-01-16 18:55:20
Message-ID: CAAu_hGs6quKDNwyQnMHq0XsuLU3L9VBXzBoNDJMk2ORM-MLK+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Engineers,
I trust you are all doing well. I need help on how to improve the speed of
pg_dump. I took a pg_dump on a 1TB database, which took almost a whole day.
I used this command: "pg_dump -U postgres -d dynamic -f /backups/." Also,
how do I check on the progression of the process?

Sincerely your
Yongye Serkfem

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2024-01-16 18:57:14 Re: How to redirect output from PostgreSQL pg_recvlogical to a file or a pipe?
Previous Message Jim Nasby 2024-01-16 18:51:44 Re: What should I expect when creating many logical replication slots?