Re: pgdump and restore results in different sizes DB

From: "Jean R(dot) Franco" <jfranco(at)maila(dot)biz>
To: "pgsql-admin" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pgdump and restore results in different sizes DB
Date: 2017-09-04 18:16:37
Message-ID: a601349707d04867756f2bdaf3d708c5@maila.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks Keith,

I´m afraid that this is also going to be my problem!

Best regards,

4 de Setembro de 2017 13:02, "Keith" escreveu:
On Mon, Sep 4, 2017 at 8:36 AM, Jean R. Franco wrote:
Hi Michael,

Thanks for replying,

Do you think it would be that big of a size? Over 21G?

Thanks,
Most certainly. I've cleaned up hundreds of gigs when a system had never done any serious bloat monitoring/cleanup before.
https://www.keithf4.com/cleaning-up-postgresql-bloat/ (https://www.keithf4.com/cleaning-up-postgresql-bloat/)
Keith
4 de Setembro de 2017 08:45, "Michael Vitale" escreveu:
nice benefit of logical dump and restore: bye bye bloat On September 4, 2017 at 7:35 AM "Jean R. Franco" wrote:
Hello Everyone,

I'm moving a postgresql server from one server to another, both running versions 9.4.10
It's a single large database and I'm using pgdump to export and restoring on the new server.

The thing is, on the old server the database size is 81GB, but when I restore on the new server, it decreases to 60GB

List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges | Size | Tablespace | Description
------------+----------+----------+---------+-------+-------------------+-------+------------+-------------
ecidade | postgres | LATIN1 | C | C | | 60 GB | pg_default |

I'm watching the whole process of restoring it and have no errors.
What could I been doing wrong?

Thanks,

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michaeldba@sqlexec.com 2017-09-04 21:53:10 Re: pgdump and restore results in different sizes DB
Previous Message Jean R. Franco 2017-09-04 18:15:30 Re: pgdump and restore results in different sizes DB