AIO Upgrade from 27.0.0 to 27.0.1

I’m not sure how can I upgrade my AIO instance from version 27.0.0 to 27.0.1?
I’ve updated the master container and other containers via the AIO interface. But still I’m stuck on v27.0.0.


Hi, you can follow these steps to upgrade to 27.0.1 for the time being:

sudo docker exec --user www-data -it nextcloud-aio-nextcloud bash
php updater/updater.phar --no-interaction && php occ app:enable nextcloud-aio --force

exit

It worked. Thanks!