From: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
---|---|
To: | eshkinkot(at)gmail(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #7986: base backup copy all files from tablespace, not only needed data |
Date: | 2013-03-25 18:40:20 |
Message-ID: | 51509A14.8030602@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 23.03.2013 16:39, eshkinkot(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7986
> Logged by: Sergey Burladyan
> Email address: eshkinkot(at)gmail(dot)com
> PostgreSQL version: 9.2.3
> Operating system: Debian GNU/Linux 7.0 (wheezy)
> Description:
>
> I have one tablespace dir with multiple versions:
> $ ls -la ~/inst/var/l/
> итого 16
> drwx------ 4 seb seb 4096 Мар 23 18:26 .
> drwxr-xr-x 7 seb seb 4096 Мар 23 18:28 ..
> drwx------ 3 seb seb 4096 Мар 23 18:24 PG_9.2_201204301
> drwx------ 3 seb seb 4096 Мар 23 18:26 PG_9.3_201303201
>
> ../pg-dev-master/bin/pg_basebackup -Ft -D backup copy all subdirectorys from
> tablespace dir:
> $ tar -tf backup/16384.tar
> PG_9.2_201204301/
> PG_9.2_201204301/12042/
> PG_9.2_201204301/12042/16385
> PG_9.3_201303201/
> PG_9.3_201303201/12070/
> PG_9.3_201303201/12070/16385
> PG_9.3_201303201/12070/16390
> PG_9.3_201303201/12070/16388
>
> IMHO it must copy only self version dir PG_9.3_201303201
Agreed. Fixed, thanks for the report.
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Marcelo Matheus | 2013-03-25 20:21:23 | Re: BUG #7983: Problem with pgAgent. |
Previous Message | John R Pierce | 2013-03-25 17:50:45 | Re: |