Need direction on how to run the occ command against Nextcloud

NethServer release 7.7.1908 (final)
Nextcloud 18.0.3 (latest)

Hello Forum,

I need to run an occ command against my nextcloud. I want to update the Forms App to a beta version but Nextcloud is set to stable for app installs. I want to temporarily set:

config:system:set updater.release.channel --value 'daily'

So I can upgrade this App and test it.

Do I issue this command using the occ command? And if so, how do I issue the occ command against Nextcloud when using Nethserver? Where is occ located?

Thank you.

About the occ command and location:

sudo -u apache scl enable rh-php72 -- php -dmemory_limit=512M /usr/share/nextcloud/occ

https://wiki.nethserver.org/doku.php?id=howto:nextcloud
Regarding using a beta version of an app, I don’t know the proper way. I recall they can be installed manually (downloading the app files to the appropriate directory). I don’t know what the command you posted does (if it affects nextcloud update notification or anything else).

2 Likes

Thank you @dnutan for your help! Greatly appreciated.