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
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
I don't know the full extent here but this happened at Magfest 8.5
the internet went down for an entire day of registrations. when it came back, the slave server was out of sync with master.
this has something to do with a maximum size of the transaction logs (WAL logs) that can be sync'd without any intervention.
we should ensure that no matter how much data has changed, and however long the slave server has been offline, that the database is in a valid state on the slave after it sync's.
unrelated: a way to detect when this invalid state is occuring would be useful as well.
The text was updated successfully, but these errors were encountered:
I don't know the full extent here but this happened at Magfest 8.5
the internet went down for an entire day of registrations. when it came back, the slave server was out of sync with master.
this has something to do with a maximum size of the transaction logs (WAL logs) that can be sync'd without any intervention.
we should ensure that no matter how much data has changed, and however long the slave server has been offline, that the database is in a valid state on the slave after it sync's.
unrelated: a way to detect when this invalid state is occuring would be useful as well.
The text was updated successfully, but these errors were encountered: