[COMMITTERS] pgsql: Mention need for --no-inc-recursive in rsync command

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема [COMMITTERS] pgsql: Mention need for --no-inc-recursive in rsync command
Дата
Msg-id E1dueB7-0003iL-6t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mention need for --no-inc-recursive in rsync command

Since rsync 3.0.0 (released in 2008), the default way to enumerate
changes was changed in a way that makes it less likely that the hardlink
sync mode works. Since the whole point of the documented procedure is
for the hardlinks to work, change our docs to suggest using the
backwards compatibility switch.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0017aa981fef11f48a4c347b512d21f41d6e1ee1

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Make WAL segment size configurable at initdb time.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Sync process names between ps and pg_stat_activity