Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Nextcloud

FarisZR edited this page Mar 22, 2023 · 1 revision

fix Missing index “fsstoragepathprefix” in table “ocfilecache”

docker compose exec --user www-data nextcloud php occ db:add-missing-indices

This will install imagemagick(for SVG previews) and postgresql client for backups. Without needing a custom image.

command: -c "apk add --no-cache postgresql-client imagemagick; /entrypoint.sh php-fpm"

The command for cron container

command: -c "apk add --no-cache imagemagick postgresql-client; /cron.sh"

sources: https://github.com/nextcloud/docker/issues/1414#issuecomment-884711124

https://github.com/nextcloud/backup/issues/175#issuecomment-1058245708

Clone this wiki locally