I thought I already have .52 but that was a mistake, I only had .51.
So I could also test the Updater. After setting the permissions everything worked fine without an issue.
I hope youāll release future updates on time for the updater.
something I did not mention properly. Iām getting the following error after using the latest updater and adding the config bit
Fatal error: Uncaught Symfony\Component\Process\Exception\RuntimeException: The Process class relies on proc_open, which is not available on your PHP installation. in /www/htdocs/123456789/domain/next.domain.net/cloud/updater/vendor/symfony/process/Process.php:144 Stack trace: #0 /www/htdocs/123456789/domain/next.domain.net/cloud/updater/src/Utils/OccRunner.php(45): Symfony\Component\Process\Process->__construct(āphp /www/htdocsā¦ā) #1 /www/htdocs/123456789/domain/next.domain.net/cloud/updater/src/Utils/OccRunner.php(56): Owncloud\Updater\Utils\OccRunner->run(āconfig:list --pā¦ā) #2 /www/htdocs/123456789/domain/next.domain.net/cloud/updater/src/Utils/ConfigReader.php(106): Owncloud\Updater\Utils\OccRunner->runJson(āconfig:list --pā¦ā) #3 /www/htdocs/123456789/domain/next.domain.net/cloud/updater/src/Utils/ConfigReader.php(50): Owncloud\Updater\Utils\ConfigReader->load() #4 /www/htdocs/123456789/domain/next.domain.net/cloud/updater/src/Control in /www/htdocs/123456789/domain/next.domain.net/cloud/updater/vendor/symfony/process/Process.php on line 144
i have tried it yesterday again but the updater did not mention that there is a possible update.
so i tried āupdater.release.channelā => ādailyā, in my config but if i login in my owncloud 9.0.2 and go to the admin section
the update channel are still on stable. this shouldnāt be right?
i would like to upgrade to have the latest security fixes. any idea how i can get it to work?
Not sure if your running on a vm or not, but you could trying taking a snapshot on vmware if u are. Or try using superduper to copy the entire machine as an iso
I try to use the updater. The updater tells me there is an new Daily build available, but when I Click Update it tells me that I have the latest Versionā¦ Any idea?
I uploaded the updater script, and add the updater.server.url' => 'https://updates.nextcloud.org/updater_server/',' to my config.php, but nothing happen.
updater.secret is undefined in config/config.php. Either browse the admin settings in your Nextcloud and click "Open updater" or define a strong secret using
php -r 'echo password_hash("MyStrongSecretDoUseYourOwn!", PASSWORD_DEFAULT)."\n";'
and set this in the config.php.
I have no root access (Shared Hosting).
Nextcoud 9.0.53
Updater
Your version is up to date.
Update channel: stable
You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.