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

[BUG] - Seeing: ERROR: operator does not exist in postgresql logs #3329

Closed
5 of 6 tasks
ovizii opened this issue Mar 17, 2024 · 1 comment
Closed
5 of 6 tasks

[BUG] - Seeing: ERROR: operator does not exist in postgresql logs #3329

ovizii opened this issue Mar 17, 2024 · 1 comment
Labels
bug Something isn't working triage

Comments

@ovizii
Copy link

ovizii commented Mar 17, 2024

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

What is the issue you are experiencing?

mealie felt a bit slow today, so I checked the logs and found this in my PostgreSQL logs. Totally unrelated to the slowness but I thought I'd report it here.

Everything seems to be working fine though.

Steps to Reproduce

Absolutely no idea how to reproduce.

Please provide relevant logs

2024-03-17 09:09:39.076 UTC [96] ERROR:  operator does not exist: character varying <= timestamp without time zone at character 311                     │
│   2024-03-17 09:09:39.076 UTC [96] HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.               │
│   2024-03-17 09:09:39.076 UTC [96] STATEMENT:  SELECT group_data_exports.id, group_data_exports.group_id, group_data_exports.name, group_data_exports.f   │
│   ilename, group_data_exports.path, group_data_exports.size, group_data_exports.expires, group_data_exports.created_at, group_data_exports.update_at      │
│   FROM group_data_exports                                                                                                                                 │
│   WHERE group_data_exports.expires <= '2024-03-16T10:09:39.074433'::timestamp                                                                            

Mealie Version

image: ghcr.io/mealie-recipes/mealie:v1.3.2

Build
b54cdf642505bcb63384bddcc21f15d751c2f85b

Deployment

Docker (Linux)

Additional Deployment Details

No response

@ovizii ovizii added bug Something isn't working triage labels Mar 17, 2024
@michael-genson
Copy link
Collaborator

Thanks for the report, but this should be fixed in nightly: #3314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants