Skip to content

quiltdata/debugging-scripts

Repository files navigation

Debugging Package Deleting Failure

First, set up your environment the way you normally run quilt. The debug code expects to be able to make boto3 calls and it expects that quilt3 is installed.

For me, this would be activating a virtual environment and exporting AWS_PROFILE=myprofile. You may not need to do anything.

After that, set a couple environment variables. You decide which bucket we are debugging, we will give you the access_key and secret_key (they are there so the script can automatically send the output of the script to us via S3).

export QUILT_DEBUG_BUCKET=XXXXXXX
export QUILT_DEBUG_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXXX
export QUILT_DEBUG_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXX

Download and run the debug script:

curl https://raw.githubusercontent.com/quiltdata/debugging-scripts/master/debug.sh -o debug.sh && chmod +x debug.sh && ./debug.sh

To cleanup:

rm debug.sh
rm quilt-pkg-delete-debug.log

About

Scripts for debugging various issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •