Michael Kroes
Michael Kroes
Great work on this! We're going to need this in there (iI've run it manually): `sudo -u www-data php$PHP_VER /usr/local/lib/owncloud/occ db:add-missing-primary-keys` This is the diff for the config update: ```diff...
Not sure if you missed it, this needs to be added to the config update too: `+ "overwrite.cli.url": "https://${PRIMARY_HOSTNAME}/cloud",` Now it's only in the initial config setup.
> dist-upgrading to 22.04 This is an unsupported upgrade path. So no worries about that one. I've tested a fresh install but with a restored backup of /home/user-data. Nice work!
Awesome. I'll pull tomorrow and double check. But this looks good to me, I'll report back how it went!
This worked for me. The telephone field is empty, which is fine. I just noticed an extra error in the log: `Error: stepping, UNIQUE constraint failed: oc_users_external.uid, oc_users_external.backend (19)` ```...
Thanks for checking. For me this PR is good š @JoshData did you see any duplicates in that table when you upgraded your instance? I'm happy to blame this on...
Agreed! Awesome idea š That would allow for a very specific subdomain delegation. We could ad a nice warning message telling people what it means to delegate DNS records. It...
I build this to be able to safely rollback after a failed upgrade. I'm not sure when to delete the backup. Maybe after the next upgrade? But what if the...
Thanks for taking the time to create the PR. I think this introduces a complexity to the code base that would be better served by creating a clean fork.
I appreciate the replies and see that people are passionate about this. And I really do understand why you would want this feature in. That I use Nextcloud personally doesn't...