Skip to content

Commit

Permalink
updates for go-live
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Sep 18, 2024
1 parent 1115aa9 commit 0afb190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jira_cleanup/go_get_attachments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -x
WORK_DIR=~/working/atlassian-tools/jira_cleanup
TAR_INPUT=attachments_dirlist.txt
# REMOTE_HOST=jira-test
REMOTE_HOST=jira
REMOTE_HOST=jira-old


###
Expand Down
4 changes: 2 additions & 2 deletions jira_cleanup/jcl_migrate_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def get_jira( servername ):


def get_old_jira():
return get_jira( 'jira' )
return get_jira( 'jira-old' )


def get_jsm():
return get_jira( 'jira-dev-m1' )
return get_jira( 'jira' )


def get_args( params=None ):
Expand Down
2 changes: 1 addition & 1 deletion jira_cleanup/mk_attachment_migration_map.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BASE=~/working/atlassian-tools
FN_SQL=attachment_migration_map.sql
FN_OUTPUT=attachment_migration_map.csv
SERVER=jira-dev-m1
SERVER=jira

# run SQL
$BASE/bin/pg_run_sql.sh "$SERVER" "$FN_SQL" \
Expand Down

0 comments on commit 0afb190

Please sign in to comment.