Skip to content

Instantly share code, notes, and snippets.

@jcardus
Created November 4, 2025 13:56
Show Gist options
  • Select an option

  • Save jcardus/e978dc3ddbb60630040e65dc5b2d58e6 to your computer and use it in GitHub Desktop.

Select an option

Save jcardus/e978dc3ddbb60630040e65dc5b2d58e6 to your computer and use it in GitHub Desktop.
delete-positions-repack.sh
#!/bin/bash
DB="traccar"
USER="neondb_owner"
HOST="ep-late-cherry-a460jx6n.us-east-1.aws.neon.tech"
export PGOPTIONS='-c idle_in_transaction_session_timeout=0'
pg_repack -h $HOST -U $USER -d $DB --table=tc_positions -k -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment