Removed some aliases, and fixed some scripts

This commit is contained in:
Marc Sastre Rienitz
2020-09-10 21:20:28 +02:00
parent a5cfcdb2f3
commit 74c150f3e8
5 changed files with 13 additions and 12 deletions

View File

@@ -25,14 +25,3 @@ alias gsp='git stash pop'
alias gg='git lgb'
alias gpull='git pull'
alias gpush='git push'
# Postgres connections
alias local_psql='psql -d vilynx-db -U vilynx-web'
alias test_psql='psql -h postgres2.test.east.vilynx.com -d vilynx-db -U vilynx-web -p 5432'
alias prod_psql='ssh -f vilynxro@apache71.prod.east.vilynx.com -L 5440:localhost:5433 sleep 600; psql -h localhost -p 5440 -d vilynx-db -U vilynx-web'
# Redshift connection
alias test_redshift='psql -h redshift.test.east.vilynx.com -d dagda_insights -p 5439 -U dagda_user'
alias prod_redshift='psql -h redshift.east.vilynx.com -d dagda_insights -p 5439 -U dagda_user'
alias kraken_psql='psql -h kraken.vpn.vilynx.com -d vilynx-db -U vilynx-web -p 5432'