Add commands to the Nextcloud fixes.
This commit is contained in:
parent
dabf4bd4a2
commit
22cc5f27ed
@ -15,5 +15,14 @@ docker exec -it nextcloud-app-1 chown -Rc www-data:www-data .
|
||||
# 2023-02-12 Just for good measure.
|
||||
docker exec -itu www-data nextcloud-app-1 ./occ app:update --all
|
||||
|
||||
# 2023-07-02
|
||||
# This maybe used to exist, but make sure that Files app is correct.
|
||||
docker exec -itu www-data nextcloud-app-1 ./occ files:scan --all
|
||||
# This one takes a while.
|
||||
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
|
||||
|
||||
exit 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user