User Tools

Site Tools


nextcloud-talk-high-performance-backend

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nextcloud-talk-high-performance-backend [2021/04/23 20:04] – [Using Gitlab Omnibus shipped Redis?] adminnextcloud-talk-high-performance-backend [2025/04/13 09:59] (current) – [Using Gitlab Omnibus shipped Redis?] admin
Line 15: Line 15:
 ===== Using Gitlab Omnibus shipped Redis? ===== ===== Using Gitlab Omnibus shipped Redis? =====
  
-Try to login ''sudo -u www-data redis-cli -s /var/opt/gitlab/redis/redis.socket''. Not working, huh? +Try to login ''sudo -u web101 redis-cli -s /var/opt/gitlab/redis/redis.socket''. Not working, huh? 
-Add webserver user ''www-data'' to git and gitlab-redis groups.+Add webserver user ''web101'' to git and gitlab-redis groups.
  
 <code> <code>
-sudo usermod -aG git www-data+sudo usermod -aG gitlab-redis web101 
 +sudo systemctl restart php8.3-fpm.service  
 +sudo systemctl restart apache2
 </code> </code>
  
-Now ''www-data'' can connect to redis. But this will be reset after ''gitlab-ctl reconfigure''+Now ''web101'' can connect to redis. But this will be reset after ''gitlab-ctl reconfigure'' 
 + 
 ===== Settings ===== ===== Settings =====
  
nextcloud-talk-high-performance-backend.1619208273.txt.gz · Last modified: 2021/04/23 20:04 by admin