Server: quota: unlimited value

Created on 11 Sep 2017  路  3Comments  路  Source: nextcloud/server

impossible to change the user quota per web interface. is there any way to change that value by sql or php console?

Most helpful comment

impossible to change the user quota per web interface. is there any way to change that value by sql or php console?

SQL: not possible
OCC CLI tool: occ user:setting USERNAME files quota "2 GB"
OCS API: https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_provisioning_api.html#edit-data-of-a-single-user

All 3 comments

impossible to change the user quota per web interface. is there any way to change that value by sql or php console?

SQL: not possible
OCC CLI tool: occ user:setting USERNAME files quota "2 GB"
OCS API: https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_provisioning_api.html#edit-data-of-a-single-user

@MorrisJobke Thanks for that OCC command! I spent the last hour trying to set primary admin quota to unlimited while keeping default at 1 GB, but I couldn't change admin quota from the UI. Lifesaver!

if you use docker:

 docker exec --user www-data next_app_1 php occ user:setting USERNAME files quota "999 GB"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

MorrisJobke picture MorrisJobke  路  3Comments

juliushaertl picture juliushaertl  路  3Comments

mfechner picture mfechner  路  3Comments

rullzer picture rullzer  路  3Comments

ChristophWurst picture ChristophWurst  路  3Comments