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

memcache support broken #31114

Closed
tgerczei opened this issue May 27, 2024 · 4 comments
Closed

memcache support broken #31114

tgerczei opened this issue May 27, 2024 · 4 comments
Labels

Comments

@tgerczei
Copy link

tgerczei commented May 27, 2024

Description

After upgrading to 1.22.0 from 1.21.11 I see that the Gitea server fails to start when cache.ADAPTER is set to "memcache".

Gitea Version

1.22.0

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

https://gist.github.com/tgerczei/2cf428ee26c0d04bc0e7df1ec0f6e81a

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Via the gitea/gitea:1.22.0-rootless image pulled from Docker Hub.

Database

None

@wxiaoguang
Copy link
Contributor

wxiaoguang commented May 27, 2024

Dup: cache: unknown adapter 'memcache'(forgot to import?) #31102

Workaround: use memory adapter (there shouldn't be much difference for one process)

Will be fixed by: Fix missing memcache import (#31105) #31109 (when the build is ready, please use 1.22-nightly)

@tgerczei
Copy link
Author

tgerczei commented May 27, 2024

Sorry, I did search the open issues first, didn't think of checking closed ones too so I hadn't realized I was duping. Thanks!

@wxiaoguang
Copy link
Contributor

1.22-nightly is ready, could you try it? Thank you for reporting the issue and sorry for the inconvenience

@tgerczei
Copy link
Author

Thank you! I've been running it for about 2 hours now, and it seems to have fixed this. Kudos!

@go-gitea go-gitea locked as resolved and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants