SiloCityLabs / lochnas

Docker configuration for all-in-one nas setup
https://lochnas.com
GNU General Public License v3.0
51 stars 3 forks source link

Nextcloud startup issue #56

Closed ldrrp closed 1 year ago

ldrrp commented 2 years ago

Problem

On startup of Nextcloud

No such app enabled: files_trashbin

Solution

Correct the startup script to point to the new app name.

ldrrp commented 2 years ago

Additionally an error in panel

    The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.
        Missing index "fs_id_storage_size" in table "oc_filecache".
        Missing index "fs_storage_path_prefix" in table "oc_filecache".
        Missing index "properties_pathonly_index" in table "oc_properties".
        Missing index "job_lastcheck_reserved" in table "oc_jobs".
    Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.
ldrrp commented 1 year ago

php-imagick seems fixed in latest nextcloud container. Additionally app error seems to be resolve and its just a reminder that its already disabled.