You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/01/30 17:58:39 UTC

[02/11] incubator-trafficcontrol git commit: added better output

added better output


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/a4a88e24
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/a4a88e24
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/a4a88e24

Branch: refs/heads/master
Commit: a4a88e24b9d6de4a34bbd0ad2e94fc713acf3b71
Parents: 0253724
Author: Dewayne Richardson <de...@apache.org>
Authored: Mon Jan 30 10:32:31 2017 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Mon Jan 30 10:58:07 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/mysql-to-postgres.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a4a88e24/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 d2a0231..3e9b0d0 100755
--- a/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh
+++ b/traffic_ops/app/db/pg-migration/mysql-to-postgres.sh
@@ -21,12 +21,16 @@ output=/tmp/trafficops_init.sql
 cookiejar=/tmp/cookiejar
 cred=/tmp/cred.json
 
-echo "Migrating Mysql data from"
+echo "----------------------------------------"
+echo "Migrating Mysql data from:"
+echo "----------------------------------------"
 echo "MYSQL_HOST: $MYSQL_HOST"
 echo "MYSQL_USER: $MYSQL_USER"
 echo "MYSQL_DATABASE: $MYSQL_DATABASE"
 
+echo "----------------------------------------"
 echo "To Postgres..."
+echo "----------------------------------------"
 echo "mig:POSTGRES_HOST: $POSTGRES_HOST"
 echo "mig:POSTGRES_USER: $POSTGRES_USER"
 echo "mig:POSTGRES_DATABASE: $POSTGRES_DATABASE"