BUG #15278: When initialising Streaming Slave if some folders and files are symlinks they are not copied over

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: vrtareg(at)yahoo(dot)com
Subject: BUG #15278: When initialising Streaming Slave if some folders and files are symlinks they are not copied over
Date: 2018-07-16 08:34:35
Message-ID: 153173007553.1395.13531858088021200946@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: 15278
Logged by: Areg Vrtanesyan
Email address: vrtareg(at)yahoo(dot)com
PostgreSQL version: 9.6.9
Operating system: Linux RHE7.4
Description:

Hi

I was creating streaming slave using
https://wiki.postgresql.org/wiki/Streaming_Replication WiKi

Now when I have moved some of my config files to another place to keep them
in SVN and also log folders to another partition streaming initialisation
produces warnings.

Not sure if they are safe as pg_clog will be empty ...

WARNING: skipping special file "./pg_hba.conf"
WARNING: skipping special file "./pg_ident.conf"
WARNING: skipping special file "./postgresql.auto.conf"
WARNING: skipping special file "./postgresql.conf"
WARNING: skipping special file "./pg_clog"
WARNING: skipping special file "./pg_log"
WARNING: skipping special file "./pg_hba.conf"
WARNING: skipping special file "./pg_ident.conf"
WARNING: skipping special file "./postgresql.auto.conf"
WARNING: skipping special file "./postgresql.conf"
WARNING: skipping special file "./pg_clog"
WARNING: skipping special file "./pg_log"

Regards,
Areg

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-07-16 11:51:28 BUG #15279: GSSAPI Authentication?
Previous Message Tom Lane 2018-07-13 22:54:12 Re: [ltree] Should `SELECT LCA('1.2', '1.2.3');` return '1.2' instead of '1'?