-
Notifications
You must be signed in to change notification settings - Fork 527
fix(query): duplicate key violating unique restraint #3446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Samantha Coyle <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide more details as to when this error happens? Just restarting the sidecar should not make the error show up, and we use locks to prevent concurrent migrations
Signed-off-by: Samantha Coyle <[email protected]>
this should be ready |
Signed-off-by: Samantha Coyle <[email protected]>
…onents-contrib into fix-pg-metadata-table-query
Signed-off-by: Samantha Coyle <[email protected]>
ready @ItalyPaleAle :) |
test failure is unrelated to my changes
|
Signed-off-by: Samantha Coyle <[email protected]>
@sicoyle please see linter failures otherwise LGTM |
Signed-off-by: Samantha Coyle <[email protected]>
…onents-contrib into fix-pg-metadata-table-query
Description
Upon sidecar restart I see
This PR attempts to address this issue from postgres.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: