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
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.
The text was updated successfully, but these errors were encountered:
Description
There's a number of postgresql error log items of an insert with no ID.
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.
The text was updated successfully, but these errors were encountered: