Add commands which may be helpful with storage.

This commit is contained in:
Hyperling 2023-07-02 22:15:45 -07:00
parent 22cc5f27ed
commit bbfda9e427

View File

@ -23,6 +23,9 @@ docker exec -itu www-data nextcloud-app-1 ./occ files:scan-app-data
# Extras? Have used the commands in the past and may help in the future.
docker exec -itu www-data nextcloud-app-1 ./occ maintenance:theme:update
docker exec -itu www-data nextcloud-app-1 ./occ maintenance:repair
# May alsp be useful but do not have much experience with them.
docker exec -itu www-data nextcloud-app-1 ./occ versions:cleanup
docker exec -itu www-data nextcloud-app-1 ./occ files:cleanup
exit 0