Use Redis in the Forgejo configuration to support rolling updates of Forgejo itself
Forgejo is not able to be reconfigured by default: a queue is locked To circumvent the problem, we need simply to enable the use of Redis as a Forgejo component
This commit is contained in:
parent
1a8c2846bc
commit
9bb0063f8b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
redis-cluster:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: true
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
|
|
Loading…
Reference in a new issue