Re: Slot issues
От
Andres Freund
Тема
Re: Slot issues
Дата
Msg-id
20181014212432.tddouorjgpcpi6af@alap3.anarazel.de
Ответ на
Re: Slot issues (bhargav kamineni)
Список
Дерево обсуждения
Slot issues bhargav kamineni <bhargavpostgres@gmail.com>
Re: Slot issues Andres Freund <andres@anarazel.de>
Re: Slot issues bhargav kamineni <bhargavpostgres@gmail.com>
Re: Slot issues Andres Freund <andres@anarazel.de>
Re: Slot issues bhargav kamineni <bhargavpostgres@gmail.com>
Re: Slot issues Andres Freund <andres@anarazel.de>
Re: Slot issues bhargav kamineni <bhargavpostgres@gmail.com>
Re: Slot issues Andres Freund <andres@anarazel.de>
Re: [External] Re: Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: Slot issues Ravi Krishna <srkrishna1@aol.com>
Re: Slot issues Ravi Krishna <srkrishna1@aol.com>
Re: Slot issues Andres Freund <andres@anarazel.de>
Re: Slot issues Ravi Krishna <srkrishna1@aol.com>
Re: [External] Re: Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: [External] Re: Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: Slot issues hvjunk <hvjunk@gmail.com>
Re: [External] Re: Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: [External] Re: Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: [External] Re: Slot issues bhargav kamineni <bhargavpostgres@gmail.com>
Re: Slot issues Andreas Kretschmer <andreas@a-kretschmer.de>
Re: [External] Slot issues Vijaykumar Jain <vjain@opentable.com>
Re: [External] Slot issues Andreas Kretschmer <andreas@a-kretschmer.de>
Hi, As I just wrote: > On Mon, 15 Oct 2018 at 02:40, Andres Freund wrote: > > Please try to quote properly. On 2018-10-15 02:45:51 +0530, bhargav kamineni wrote: > Yeah i have used rsync , Got it now will increase the max_replication_slots > to high enough , Thank you Andres Freund :-) You probably afterwards want to drop those slots from the new standby. See the following section from the docs: https://www.postgresql.org/docs/current/static/continuous-archiving.html#BACKUP-LOWLEVEL-BASE-BACKUP-DATA "It is often a good idea to also omit from the backup the files within the cluster's pg_replslot/ directory, so that replication slots that exist on the master do not become part of the backup. Otherwise, the subsequent use of the backup to create a standby may result in indefinite retention of WAL files on the standby, and possibly bloat on the master if hot standby feedback is enabled, because the clients that are using those replication slots will still be connecting to and updating the slots on the master, not the standby. Even if the backup is only intended for use in creating a new master, copying the replication slots isn't expected to be particularly useful, since the contents of those slots will likely be badly out of date by the time the new master comes on line." Greetings, Andres Freund
В списке pgsql-general по дате отправления