tweaked the verbage
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/28272e5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/28272e5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/28272e5e Branch: refs/heads/master Commit: 28272e5ef95c0858397e12036e7463401bc482f1 Parents: 01bdb8e Author: Dewayne Richardson <[email protected]> Authored: Fri Jan 27 16:26:57 2017 -0700 Committer: Jeremy Mitchell <[email protected]> Committed: Mon Jan 30 10:58:07 2017 -0700 ---------------------------------------------------------------------- traffic_ops/app/db/pg-migration/mysql-to-postgres.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/28272e5e/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh ---------------------------------------------------------------------- diff --git a/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh b/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh index f738810..d2a0231 100755 --- a/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh +++ b/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh @@ -21,15 +21,15 @@ output=/tmp/trafficops_init.sql cookiejar=/tmp/cookiejar cred=/tmp/cred.json -echo "mig:MYSQL_HOST: $MYSQL_HOST" -echo "mig:MYSQL_USER: $MYSQL_USER" -echo "mig:MYSQL_PASSWORD: $MYSQL_PASSWORD" -echo "mig:MYSQL_DATABASE: $MYSQL_DATABASE" +echo "Migrating Mysql data from" +echo "MYSQL_HOST: $MYSQL_HOST" +echo "MYSQL_USER: $MYSQL_USER" +echo "MYSQL_DATABASE: $MYSQL_DATABASE" +echo "To Postgres..." echo "mig:POSTGRES_HOST: $POSTGRES_HOST" echo "mig:POSTGRES_USER: $POSTGRES_USER" echo "mig:POSTGRES_DATABASE: $POSTGRES_DATABASE" -echo "mig:POSTGRES_PASSWORD: $POSTGRES_PASSWORD" cat >$cred <<-CREDS { "u" : "$TO_USER", "p" : "$TO_PASSWORD" }
