You are here
Danilo - Fri, 2021/07/02 - 19:40
Hello friends, I need to give a command in nextcloud , but it doesn't work! File upload is very slow in windows app, and this command seems to solve. But on turnkey image does not work. Any idea? Thanks
Command:
sudo -u www-data php occ config:app:set files max_chunk_size --value 0
Forum:
Use 'turnkey-occ', or use 'su', or install 'sudo'.
As of v16.1 TurnKey Nextcloud includes a 'turnkey-occ' command (a simple wrapper around 'occ'). If you aren't on v16.1, then you can download it (and make it executable) like this:
Then you can use it instead of 'occ'. I.e to run the command you noted, this should work:
Alternatively, if you'd rather use occ directly, you can use 'su', like this:
Or finally, if you'd rather use 'sudo', install it first:
Then you should be able to use it as per your original post.
If you continue to have issues, please post the appliance version you are using (if unsure, post the output of 'turnkey-version'), where it's running and any error messages you are seeing.
Add new comment