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
Looking into restore code for kubernetes, I can see in these lines that we must delete patroni-<charm-name>-config endpoint to restore from backup.
However, Patroni coming from latest 14.9, channel=14/edge, does not exist as an endpoint. It exists as a Service.
That section should fail during restore process.
The text was updated successfully, but these errors were encountered:
We are most probably do not use patroni endpoint here, but safety first: on recover let's clean garbage.
The only open question to resolve this GH issue on my side: should we also remove patroni-<app>-sync endpoint here?
Otherwise feel free to resolve this issue.
CC: @marceloneppel , @dragomirp .
Looking into restore code for kubernetes, I can see in these lines that we must delete
patroni-<charm-name>-config
endpoint to restore from backup.However, Patroni coming from latest 14.9, channel=14/edge, does not exist as an endpoint. It exists as a
Service
.That section should fail during restore process.
The text was updated successfully, but these errors were encountered: