From 4b781ce37adebb54d33ea35328add26841cbe69c Mon Sep 17 00:00:00 2001 From: bom Date: Wed, 15 Dec 2021 10:17:34 +0100 Subject: [PATCH] wip debug --- .../local-integration-test/setup-local-s3-on-k3d.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh b/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh index 59f7944..9cc62d1 100755 --- a/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh +++ b/src/test/resources/local-integration-test/setup-local-s3-on-k3d.sh @@ -51,6 +51,14 @@ function main() kubectl exec -t $POD -- bash -c "echo \"$ENDPOINT k3stesthost cloudhost\" >> /etc/hosts" kubectl exec -t $POD -- /usr/local/bin/init.sh + # debug + kubectl exec -t $POD -- bash -c "sudo -u www-data php occ maintenance:mode --on" + kubectl exec -t $POD -- bash -c "sudo -u www-data php occ maintenance:mode --off" + kubectl exec -t $POD -- bash -c "la -la /var/" + kubectl exec -t $POD -- bash -c "la -la /var/backups" + kubectl exec -t $POD -- bash -c "la -la /var/backups/config" + #debug end + date echo ================= BACKUP ================= kubectl exec -t $POD -- /usr/local/bin/backup.sh