https://bugs.contribs.org/show_bug.cgi?id=10564
--- Comment #6 from Jean-Philippe Pialasse <[email protected]> ---
(In reply to Rod Egan from comment #5)
> (In reply to Jean-Philippe Pialasse from comment #4)
> Did the update.
> after running signal-event nextcloud-update
>
> Appears to be stuck in the update script somewhere.
> /var/log/messages
>
> Apr 11 21:12:51 fwbox esmith::event[32386]:
> {"users":[],"groups":["backupusers"]}
> Apr 11 21:12:51 fwbox esmith::event[32386]: created share usbmount : 66
> Apr 11 21:20:05 fwbox php71-fpm[2187]: [WARNING] [pool php71-nextcloud]
> seems busy (you may need to increase pm.start_servers, or
> pm.min/max_spare_servers), spawning 8 children, there are 2 idle, and 8
> total children
>
> Update script still running after over an hour and a half. Can't find
> anything else in logs. No further messages in /var/log/messages
>
>
> I did notice that mysql was busy and was doing a lot of updates.
>
> Looking at mysql there is a activity similar to below (from sqladmin status)
> 10609 nextcloud localhost nextcloud Query 0
> freeing items UPDATE
> `oc_file_locks` SET `lock` = `lock` + 1, `ttl` = '1523458546' WHERE `key` =
> 'files/fad34b4548
>
> Speculating that NextCloud is going through every file in every ibay and
> shared folder on the server as part of it's internal processes. This might
> not be relevant to the script not returning.
well this is relevant.
now the script is doing a refresh of file list to get the ibays folder to show
up for every users. This seems to be overkill for your configuration and create
a situation where the loop on every users takes ages to end.
so I would need to update this to only specifically update the ibays folder and
not all the content of the user folder. My guess is that you have few thousand
of files or Gigabytes.
>
>
>
>
>
> I only have one ibay and one sharedfolder enabled in config to test
> IncludeIbay=docs,backups
> Shares=enabled
>
> All ibays and shared folders have been configured rather than the one ibay
> and shared folder as expected by the include config.
> So there appears to be still some issue with the logic of the include config
> parameter
will check
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/