Results 106 comments of Jan Vlug

I'm pretty sure that this is the problematic line: ``` mysql nextcloud

I tried changing the line with the `oc_` prefix removed, but now the update failed on downloading: ![image](https://github.com/nextcloud/nextcloudpi/assets/5903208/e86870cb-f533-426f-a17d-571b42e70a33) But maybe this is a totally independent issue. Edit: I just retried,...

I ran again into this issue. In the `/usr/local/bin/ncp-update-nc` script is this fragment: ``` # make sure that cron.php is not running and there are no pending jobs # https://github.com/nextcloud/server/issues/10949...

Another option to solve this issue would be to get the `dbtableprefix` from the config file: `/var/www/nextcloud/config/config.php`, and use that in the line: ``` mysql nextcloud

This is a command to get the value of `dbtableprefix` in a script: ``` php -r 'include("/var/www/nextcloud/config/config.php"); print ( $CONFIG['"'dbtableprefix'"'] );' ```

I created a pull request to solve the database prefix. But maybe setting the whole SQL command that I improved is not necessary any more, as described in: https://github.com/nextcloud/nextcloudpi/issues/1818#issuecomment-1962895946.

~~I just installed the extension to Firefox 122.0 on Fedora 39, GNOME Wayland, and applied the workaround. But I do not see the icon of the profile switcher add-on in...

Confirming on Contacts 5.4.2 at Nextcloud 27.1.3.

Thanks a lot for your work on OpenVegeMap @Rudloff! I still used it very often. Mainly with the filter for vegan/vegetarian **only** restaurants, and also to quickly check if restaurants...

Possibly also the same as this one that was closed by the Stale bot: #13061