-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins are not activated after update (docker) #12743
Comments
Is it possible the apps dir was unavailable after the update? Have you checked the https://github.com/nextcloud/docker repo for possible existing ticket about this problem? I think this is specific to the Docker setup. |
All of the directories are mounted when starting the docker container. I don't see why the apps directory or any directory would be unavailable during update. |
Thanks for the feedback.
Did you check that? Also, from the logs I take that the apps were not disabled during the update but afterwards (as your title suggests). Is that correct? |
@ChristophWurst I checked the docker issues but I didn't see anything so I created a new issue in that repository as well. I'm really not sure if the plugins were disabled or just never enabled. I know is that they were not enabled when the new version came online. I had to remember what I had enabled and then enable them again. This has happened for every minor update in version 14 ( |
The relevant steps in Docker are here: |
I didn't see the disabled apps anywhere in my logs. I checked docker logs and Nextcloud logs. The
|
This has been added in nextcloud/docker@ae5b15c, so let's ask @tilosp for some details. |
Updating to
I have to manually enable them. |
It looks like the |
@tilosp I believe you are right, but how do I configure downloaded apps to go into the |
I think I might have found my answer. My 'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
), |
You can just load this file in your |
Thanks! I'm pretty sure this will fix my problem. I'll have to wait until the next update to be sure. |
Steps to reproduce
Expected behaviour
The plugins should be enabled automatically (or not disabled)
Actual behaviour
Plugins are not running when the new (14.0.4) version is started
Server configuration
Operating system:
Docker Official image running on Arch Linux host.
Web server:
Official docker image
Database:
MariaDB
PHP version:
Official docker image
Signing status:
List of activated apps:
App list
Calendar, Contacts, Tasks and News were all previously enabled but now no longer
Nextcloud configuration:
Config report
Are you using external storage, if yes which one:
local ZFS file system mounted through docker bind mount
Are you using encryption:
no
Are you using an external user-backend, if yes which one:
No
Client configuration
Browser:
Firefox
Operating system:
Arch Linux
Nextcloud log (data/nextcloud.log)
Nextcloud log
I don't know if what I'm experiencing may be similar to issue #4601
The text was updated successfully, but these errors were encountered: