Re: does postgresql backup require additional space on disk - Mailing list pgsql-general

From Julie Nishimura
Subject Re: does postgresql backup require additional space on disk
Date
Msg-id BYAPR08MB5014D16D1EB570605B30FAA8AC0F0@BYAPR08MB5014.namprd08.prod.outlook.com
Whole thread Raw
In response to Re: does postgresql backup require additional space on disk  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-general
yeah, good idea. Thanks everybody


From: karsten.hilbert@gmx.net <karsten.hilbert@gmx.net> on behalf of Karsten Hilbert <Karsten.Hilbert@gmx.net>
Sent: Monday, May 13, 2019 2:12 PM
To: pgsql-general@lists.postgresql.org
Subject: Re: does postgresql backup require additional space on disk
 
On Mon, May 13, 2019 at 07:33:58PM +0000, Julie Nishimura wrote:

> We have added new disk volume and about to introduce new
> tablespace using this additional disk space. After that, I am
> going to alter all user dbs (and template db as well) by
> runnig the following command:
>
> CREATE TABLESPACE vol4
> OWNER postgres
> LOCATION '/data/vol4';
>
> ALTER DATABASE user_db_1
> SET default_tablespace = 'vol4';
>
> ...for all dbs..
>
> We have more than 70 different databases (the entire server
> is about 20 tb). However, for the largest dbs (16tb, 4 tb,
> and 3 tb), we do not have valid backups, unfortunately. So,
> we were debating if we need to run backups first before
> introducing all these changes. But we have only 1% left
> (about 200 gb).

You could move those databases first for which you do have
backups which should free up space in the old tablespace.
Then take backups of and move the remaining databases,
perhaps one by one.

Karsten
--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B


pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: does postgresql backup require additional space on disk
Next
From: Adrian Klaver
Date:
Subject: Re: does postgresql backup require additional space on disk