On Tue, Nov 26, 2024 at 10:14 PM Stuart Henderson <stu.li...@spacehopper.org> wrote: > > at this point, probably your best bet is to do this: > > rm -r /var/db/pkg/nextcloud-29.0.8 > > to forcibly remove the package registration, leaving the installed files > in /var/www/nextcloud alone. then run pkg_check and allow it to clean > the extra reverse dependencies in php-XXX packages. and then pkg_add -u. > then continue to use nextcloud's admin interface for nextcloud updates. >
Thank you very much, Stuart. That was the correct solution for me, and helped me a lot. Regards.