Ref: https://github.com/owncloud/enterprise/issues/2148
The message from occ versions:expire and occ trashbin:expire is confusing the auto is configured:
root@snoopy3:/var/www/owncloud/config# occ versions:expire
No expiry configured.
root@snoopy3:/var/www/owncloud/config# occ trashbin:expire
No expiry configured.
Looking the documentation:
old versions should be erase if more than 50% of the quota is used
https://doc.owncloud.org/server/9.1/admin_manual/configuration_files/file_versioning.html
and Trashbin files are older than 30 days
https://doc.owncloud.org/server/9.1/admin_manual/configuration_files/trashbin_options.html?highlight=trashbin
Those procedures are handle when files are uploaded when auto is configured and is not necessary to run the occ command in that configuration.
IMO instead No expiry configured. (where the admin thinks that he forgot to configure something) the message should be: Auto expiration is configured - expiration will be handle automatically.
@tomneedham @VicDeo @DeepDiver1975 Your opinion please.
@tomneedham @VicDeo @DeepDiver1975 @pmaier1 @hodyroff Your opinion, please.
Makes sense, just make a PR ... when its auto we should not say that no expiry is configured. And the auto values must be in the documentation.
@cdamken triage is not a proper milestone to work on, but anyway https://github.com/owncloud/core/pull/29646
Likely not critical enough for 9.1, so 10.0.5 only. Let me know if you think otherwise.
to be released with 10.0.5
Closing as fixed
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.