Re: Pgbackrest backup is too slow

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Ajay Pratap <ajaypratap(at)ameyo(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pgbackrest backup is too slow
Date: 2019-10-11 12:50:53
Message-ID: 20191011125053.GF6962@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Ajay Pratap (ajaypratap(at)ameyo(dot)com) wrote:
> I have a Centos 7 server which runs Postgresql 10.7. I am using pgbackrest
> to take db backup.
> Problem is backup is too slow.

Have you tried running 'top' to see what's going on?

> My data dir size is 9.6G and full backup runtime is 22 mins
> I also tried using process-max=3, full backup runtime = 21 mins

Erm, those numbers don't make any sense to me- as an example, we
regularly back up a 12GB database, from Dallas to San Fran, in 5
minutes.

I see you're requesting a checkpoint to start immediately, but how long
does the checkpoint actually take to complete? Have you looked at your
PG logs..?

Have you tried running 'top' and then running the backup and looked to
see what's going on? Is the CPU at 100%? Are all the processes stuck
in 'D' state all the time (meaning you don't have enough i/o resources),
or...?

> In production we have a database of size more than 500GB. It would not be
> feasible for me to use it as it is.pgbackrest version is
> 2.18-1.rhel7.x86_64.
> installed from pgdg yum repo.

Given sufficient resources, we've seen pgbackrest push over 1TB/hour, so
there is definitely something strange going on here.

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ajay Pratap 2019-10-11 13:30:20 Re: Pgbackrest backup is too slow
Previous Message Charles Clavadetscher 2019-10-11 12:00:35 Re: Trigger