Adds Redis cache #4

Merged
jotbe merged 1 commit from feature/nextcloud-redis into master 2023-10-29 19:40:27 +01:00
Owner

Requires adding a Redis host password through redis_host_password, preferably stored in Ansible Vault or similar.

If you are updating you existing Nextcloud, you might have to manually update the <nextcloud-data-volume>/config/config.php and replace memcache... properties with:

  'memcache.distributed' => '\OC\Memcache\Redis',
  'memcache.local' => '\OC\Memcache\Redis',
  'memcache.locking' => '\OC\Memcache\Redis',
  'redis' => array(
     'host' => 'redis',
     'port' => 6379,
     ),
Requires adding a Redis host password through `redis_host_password`, preferably stored in Ansible Vault or similar. If you are updating you existing Nextcloud, you might have to manually update the `<nextcloud-data-volume>/config/config.php` and replace `memcache...` properties with: ``` 'memcache.distributed' => '\OC\Memcache\Redis', 'memcache.local' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => 'redis', 'port' => 6379, ), ```
jotbe added 1 commit 2023-10-29 19:38:58 +01:00
jotbe merged commit 9ffd149c65 into master 2023-10-29 19:40:27 +01:00
jotbe referenced this pull request from a commit 2023-10-29 19:40:27 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jotbe/ansible-role-nextcloud-docker#4
No description provided.