Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing disable autoupdate from Nextcloudcmd #4709

Closed
julian70400 opened this issue Jul 7, 2022 · 2 comments
Closed

Allowing disable autoupdate from Nextcloudcmd #4709

julian70400 opened this issue Jul 7, 2022 · 2 comments
Labels
enhancement enhancement of a already implemented feature/code feature: 📥 install and update

Comments

@julian70400
Copy link

julian70400 commented Jul 7, 2022

Hello, actually, we deploy Nextcloud from package managers (like Fusioninventory) on large networks. Our problem is we have to disable autoupdate, because we want to validate each new version with our process.

Actually, the only way to realize this is editing regedit (or nextcloud.cfg, which one is not easly accessible, because some computer are personnal computers).

The best way should be to be able to modify some nextcloud.cfg options through the nextcloudcmd CLI. This will help us to, in our case, easly disable autoupdate, throught cmd windows command line.

Actually, I tryed something like this : REG ADD "HKLM\SOFTWARE\WOW6432Node\Nextcloud GmbH\Nextcloud" /v skipUpdateCheck /t REG_DWORD /d 1

But it doesn't change anything client side (3.5.2)

@julian70400 julian70400 added the enhancement enhancement of a already implemented feature/code label Jul 7, 2022
@joshtrichards
Copy link
Member

You appear to have a typo:

HKLM\SOFTWARE\WOW6432Node\Nextcloud GmbH\Nextcloud

These are the correct ones:

HKEY_LOCAL_MACHINE\Software\Wow6432Node\Nextcloud\Nextcloud
HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud GmbH\Nextcloud

https://docs.nextcloud.com/desktop/3.10/autoupdate.html#preventing-automatic-updates

P.S. Also see new options added in #2914 for additional settings

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2023
@joshtrichards
Copy link
Member

Related: #5559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement of a already implemented feature/code feature: 📥 install and update
Projects
None yet
Development

No branches or pull requests

3 participants