You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL 13 has changed the behavior when the recovery target is unreachable while cloning clusters. A fix has been implemented such that the behavior remains as in previous versions (see Spilo pull request)
However, this fix relies on screening the log files - something that doesn't work when logging_collector is set to off (e.g. because logs shall be collected by Promtail).
My current workaround: Set logging_collector to on during cloning and switch back back to off later
Since this cost me half a day, this issue serves two purposes :)
maybe someone else has the same issue and it might be easier to find the solution in an issue in the postgres-operator repository instead of a comment in a pull request of the spilo repository
PostgreSQL 13 has changed the behavior when the recovery target is unreachable while cloning clusters. A fix has been implemented such that the behavior remains as in previous versions (see Spilo pull request)
However, this fix relies on screening the log files - something that doesn't work when
logging_collector
is set tooff
(e.g. because logs shall be collected by Promtail).My current workaround: Set
logging_collector
toon
during cloning and switch back back tooff
laterSince this cost me half a day, this issue serves two purposes :)
The text was updated successfully, but these errors were encountered: