-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Git LFS - Garbage collect LFS meta objects error #26093
Comments
related to Lines 396 to 401 in 5db640a
|
lunny
pushed a commit
that referenced
this issue
Jul 26, 2023
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Jul 26, 2023
This PR - Fix go-gitea#26093. Replace `time.Time` with `timeutil.TimeStamp` - Fix go-gitea#26135. Add missing `xorm:"extends"` to `CountLFSMetaObject` for LFS meta object query - Add a unit test for LFS meta object garbage collection
silverwind
pushed a commit
that referenced
this issue
Jul 26, 2023
Backport #26122 by @Zettat123 This PR - Fix #26093. Replace `time.Time` with `timeutil.TimeStamp` - Fix #26135. Add missing `xorm:"extends"` to `CountLFSMetaObject` for LFS meta object query - Add a unit test for LFS meta object garbage collection Co-authored-by: Zettat123 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The "Garbage collect LFS meta objects" cron jobs errors when i try to run it
Task: Garbage collect LFS meta objects cancelled: pq: invalid input syntax for type bigint: "2023-07-17 11:42:52.475264931+02:00"
relevant log:
Gitea Version
1.21.0+dev-354-g24c3bb95a
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.40.1
Operating System
debian
How are you running Gitea?
docker with postgresql 14.02 as a db in the same stack
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: