sunjam

Results 238 comments of sunjam

As if by magic, the built-in Updater works again. I am unsure of why it wasn't rendering, but it certainly works now. :champagne: ![image](https://user-images.githubusercontent.com/1787238/191844438-f993c71c-69a0-486a-9d04-4b919ad9b4d3.png)

``` Running nc-update-nextcloud Current Nextcloud version 25.0.0.12 Available Nextcloud version 25.0.0rc1 /usr/local/etc/library.sh: line 408: [: 0rc1: integer expression expected ``` Resolved by switching from beta to stable and then back...

Edit: this is all on ncp-internal-arm64:3146515542 Changing back to latest. **Disregard this post if it isn't helpful.** Upgrade to `25.0.0rc3` fails with `Segmentation fault (core dumped)` from `24.0.6` `/usr/local/bin/ncc: line...

`sudo bash -c /usr/local/etc/library.sh; clear_opcache should fix the issue` is not supported in Docker which lacks support for clear_opcache and systemctl within the container. I'll keep testing it.

Updater bug has been fixed, basic update process working to `25.0.0rc5` HPB is down. The PHP OPcache module is not properly configured. See the [documentation ↗](https://docs.nextcloud.com/server/25/go.php?to=admin-php-opcache) for more information. The...

@sirdrakeistda Good catch! 1.8.0 app of Deck app is now available in the appstore and will fix this issue once you update it. Updated from 25.0.0rc5 to 25.0.0 stable successfully....

I've also tried this compose file I adapted from the run command. ``` version: '3.3' services: nextcloudpi: container_name: nextcloudpi image: ownyourbits/nextcloudpi ports: - '4443:4443' - '443:443' - '80:80' volumes: -...

> That's always been the case. With docker-compose you can stop the container and preserve the version, but if you run docker compose down and are using an older image...

There seems to be an issue where NextcloudPi does not understand updates are available, at least from Docker. I tried v1.49* and v.18*. ncp updates to 1.50 is successful, but...

According to [this thread](https://askubuntu.com/questions/652941/dpkg-error-exit-status-2), the issue is you need to update dpkg to a newer version.