BUG #7986: base backup copy all files from tablespace, not only needed data

From: eshkinkot(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7986: base backup copy all files from tablespace, not only needed data
Date: 2013-03-23 14:39:19
Message-ID: E1UJPbL-0004SU-26@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2013-03-24 00:26:20 Re:
Previous Message News Subsystem 2013-03-23 14:22:44