Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quota: unlimited value #6450

Closed
mama21mama opened this issue Sep 11, 2017 · 3 comments
Closed

quota: unlimited value #6450

mama21mama opened this issue Sep 11, 2017 · 3 comments

Comments

@mama21mama
Copy link

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

@MorrisJobke
Copy link
Member

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

@Raymo111
Copy link

@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!

@rubo77
Copy link
Contributor

rubo77 commented Apr 17, 2020

if you use docker:

 docker exec --user www-data next_app_1 php occ user:setting USERNAME files quota "999 GB"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants