Nothing happens after running encryption:decrypt-all

docker:fpm-alpine 18.0.0

I have about 100 GB of data on my nextcloud, but it is taking up more space due to server side encrpytion. I need to decrypt those files now.

I followed the instructions on https://docs.nextcloud.com/server/18/admin_manual/configuration_server/occ_command.html#encryption-label for decrypting

user@host:~$ docker exec -t --user www-data nextcloud-0 php occ encryption:decrypt-all
Disable server side encryption... done.


You are about to start to decrypt all files stored in your Nextcloud.
It will depend on the encryption module and your setup if this is possible.
Depending on the number and size of your files this can take some time
Please make sure that no user access his files during this process!

Do you really want to continue? (y/n) y

And then it gets stuck like that. It has been more than 24 hours and I am not sure if it is even doing anything. There isn’t much disk or cpu usage. I closed all clients that were connected to the Nextcloud instance, so there is no disturbances.

Is this expected behaviour? Can I safely abort the process or check its status? Thanks everyone.