exfil-logs.sh 155 B

12345678
  1. #!/bin/bash
  2. DEPLOY=r2
  3. for idx in 0 1 2 ; do
  4. kubectl exec -it $DEPLOY-neo4j-core-$idx /bin/cat /var/lib/neo4j/logs/debug.log > $DEPLOY-$idx.log
  5. done