You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't want to wait for AIO getting updated to Nextcloud 34 for everyone in the near future, you can upgrade to Nextcloud 34 already now by following these steps:
First, open the aio interface and create a backup and start your containers again after the backup is successful.
Afterwards, run via CLI:
# Go into the container
sudo docker exec --user www-data -it nextcloud-aio-nextcloud bash
Now inside the container:
# Switch to the beta channel
php occ config:system:set updater.release.channel --value=beta
# Run the update
php updater/updater.phar --no-interaction --no-backup && php occ app:enable nextcloud-aio --force
# Switch back to the stable channel
php occ config:system:set updater.release.channel --value=stable
# Show the updatenoficiation status:
php occ config:system:set updatechecker --type=bool --value=true
# Exit the container
exit
The above instructions should upgrade you to Nextcloud 34. You might need to follow the steps a second time to reach Nextcloud 34. If something goes wrong, feel free to restore the backup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you don't want to wait for AIO getting updated to Nextcloud 34 for everyone in the near future, you can upgrade to Nextcloud 34 already now by following these steps:
First, open the aio interface and create a backup and start your containers again after the backup is successful.
Afterwards, run via CLI:
The above instructions should upgrade you to Nextcloud 34. You might need to follow the steps a second time to reach Nextcloud 34. If something goes wrong, feel free to restore the backup.
Beta Was this translation helpful? Give feedback.
All reactions