Skip to content
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

remove last_successful_update error check #1959

Merged
merged 1 commit into from
May 27, 2024

Conversation

kradalby
Copy link
Collaborator

most of the time we dont even check this error and checking the string for particular errors is very flake as different databases (sqlite and psql) use different error messages, and some users might have it in other languages.

Fixes #1956

@kradalby kradalby requested a review from juanfont as a code owner May 27, 2024 09:10
@kradalby kradalby changed the title remove last_successful_update, ignore error remove last_successful_update error check May 27, 2024
most of the time we dont even check this error and checking
the string for particular errors is very flake as different
databases (sqlite and psql) use different error messages, and
some users might have it in other languages.

Fixes juanfont#1956

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
@kradalby kradalby force-pushed the kradalby/1956-postgres-migration branch from 7d525b2 to c2f4075 Compare May 27, 2024 09:26
@kradalby kradalby merged commit 5a4e52b into juanfont:main May 27, 2024
102 of 103 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] v0.23 does not work with PostgreSQL
2 participants