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

No ID for insert #550

Open
illume opened this issue Jan 4, 2022 · 0 comments
Open

No ID for insert #550

illume opened this issue Jan 4, 2022 · 0 comments

Comments

@illume
Copy link
Contributor

illume commented Jan 4, 2022

Description

There's a number of postgresql error log items of an insert with no ID.

20NN-0N-0N NN:NN:NN UTC:x.x.x.x(47910):nebraska-xx@nebraska-xx:[3653]:STATEMENT: INSERT INTO "instance" ("id", "ip", "alias") VALUES ('', 'y.y.y.y', '') ON CONFLICT (id) DO UPDATE SET "alias"='',"id"='',"ip"='y.y.y.y'

Impact

Not sure. There shouldn't really be inserts happening with no ID though.

Environment and steps to reproduce

See postgresql error logs.

Expected behavior

ID should not be empty.

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

No branches or pull requests

1 participant