CarlColglazier / cheesecake

🧀🍰 Evidence-based FRC analytics.
https://cheesecake.live/
3 stars 0 forks source link

Inconsistent results on "backend reset" in production. #24

Closed CarlColglazier closed 4 years ago

CarlColglazier commented 4 years ago

Sometimes it just doesn't populate stuff.

This might be a memory issue. Breaking apart the reset function could help make this work better.

CarlColglazier commented 4 years ago

This is still an issue. Because of its nature, I am struggling to reproduce the errors.

CarlColglazier commented 4 years ago
db_1        | 2020-01-10 19:17:48.664 UTC [3324] FATAL:  password authentication failed for user "postgres"
db_1        | 2020-01-10 19:17:48.664 UTC [3324] DETAIL:  Password does not match for user "postgres".
db_1        |   Connection matched pg_hba.conf line 95: "host all all all md5"
db_1        | 2020-01-10 19:17:57.161 UTC [3325] FATAL:  password authentication failed for user "postgres"
db_1        | 2020-01-10 19:17:57.161 UTC [3325] DETAIL:  Password does not match for user "postgres".
db_1        |   Connection matched pg_hba.conf line 95: "host all all all md5"
CarlColglazier commented 4 years ago

Upgraded server and changed user from default. Seems to be fixed.