Missing memcache adapter #13046

Closed
opened 2025-11-02 10:28:41 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @hwaastad on GitHub (May 27, 2024).

Description

After upgrading to 1.22, gitea failes to start with the following message:

code.gitea.io/gitea/modules/cache.Init failed: cache: unknown adapter 'memcache'(forgot to import?)

app.ini:

[cache]
ENABLED = true
ADAPTER = memcache
INTERVAL = 60
HOST = <memcache-host>

Gitea Version

1.22.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Running gitea container gitea/gitea:1.22.0-rootless

Database

PostgreSQL

Originally created by @hwaastad on GitHub (May 27, 2024). ### Description After upgrading to 1.22, gitea failes to start with the following message: ``` code.gitea.io/gitea/modules/cache.Init failed: cache: unknown adapter 'memcache'(forgot to import?) ``` app.ini: ``` [cache] ENABLED = true ADAPTER = memcache INTERVAL = 60 HOST = <memcache-host> ``` ### Gitea Version 1.22.0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? Running gitea container gitea/gitea:1.22.0-rootless ### Database PostgreSQL
GiteaMirror added the type/bug label 2025-11-02 10:28:41 -06:00
Author
Owner

@eeyrjmr commented on GitHub (May 27, 2024):

Duplicate of #31102
This has been fixed in the 1.22 nightlyies

@eeyrjmr commented on GitHub (May 27, 2024): Duplicate of #31102 This has been fixed in the 1.22 nightlyies
Author
Owner

@wxiaoguang commented on GitHub (May 27, 2024):

Sorry for the inconvenience, please use 1.22 nightly:

https://hub.docker.com/r/gitea/gitea/tags?page=&page_size=&ordering=&name=1.22-nightly-rootless

@wxiaoguang commented on GitHub (May 27, 2024): Sorry for the inconvenience, please use 1.22 nightly: https://hub.docker.com/r/gitea/gitea/tags?page=&page_size=&ordering=&name=1.22-nightly-rootless
Author
Owner

@hwaastad commented on GitHub (May 27, 2024):

Great. closing in favor of https://github.com/go-gitea/gitea/issues/31102

@hwaastad commented on GitHub (May 27, 2024): Great. closing in favor of https://github.com/go-gitea/gitea/issues/31102
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13046