new release; clean script
This commit is contained in:
@@ -59,7 +59,8 @@ services:
|
||||
|
||||
nextcloud-fpm-v1:
|
||||
# image: nextcloud:32.0.1-fpm
|
||||
image: nextcloud:32.0.2-fpm
|
||||
# image: nextcloud:32.0.2-fpm
|
||||
image: nextcloud:32.0.3-fpm
|
||||
container_name: nextcloud-fpm-v1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
8
tools/cleanup_installation.sh
Executable file
8
tools/cleanup_installation.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
for action in maintenance:repair db:add-missing-indices db:add-missing-columns db:add-missing-primary-keys files:scan-app-data
|
||||
do
|
||||
./occ $action
|
||||
done
|
||||
Reference in New Issue
Block a user