Skip to content

Commit 2f23fcc

Browse files
committed
misc uninteresting changes
Hah, reverse-psyche'd you, these really are uninteresting
1 parent be6ebf5 commit 2f23fcc

File tree

3 files changed

+4
-45
lines changed

3 files changed

+4
-45
lines changed

bin/create-db.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ if [ "$#" -eq 3 ]; then
3232
sudo -u postgres createuser --encrypted --no-createdb --no-createrole --no-superuser --no-replication $USERNAME
3333
sudo -u postgres psql -c ${SET_PWD_COMMAND}
3434
elif [ "$#" -eq 0 ]; then
35-
# Running interatively (no arguments)
35+
# Running interactively (no arguments)
36+
echo "Enter the name of the database and username of that database's owner"
3637
echo 'NOTE: the database naming convention is (without bracket): <the project name>-<data purpose>'
3738
read -p "Database name: " DB_NAME
3839
read -p "Username: " USERNAME

bin/upload-and-ssh-into-ec2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
EC2MACHINE=$1 # Public DNS of the EC2 VM e.g. ec2-54-200-42-122.us-west-2.compute.amazonaws.com
66
FILETOUPLOAD="*"
77
# PEMFILE=$2
8-
PEMFILE="~/.ssh/hackoregon-2018-database-dev-env.pem"
8+
# PEMFILE="~/.ssh/hackoregon-2018-database-dev-env.pem"
9+
PEMFILE="~/.ssh/hackoregon-integration-ecs.pem"
910

1011
scp -i $PEMFILE $FILETOUPLOAD ec2-user@${EC2MACHINE}:~
1112
ssh -i $PEMFILE ec2-user@${EC2MACHINE}

docs/database/2019/HOWTO: Build RDS instances

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)