Github user dangogh commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/233#discussion_r98099812
  
    --- Diff: traffic_ops/app/db/pg-migration/README.md ---
    @@ -1,17 +1,10 @@
    -# Converting existing mysql `traffic_ops` database to postgres
    +# Converts existing mysql `traffic_ops` database to postgres
     
     * Requires a recent ( 1.12 ) version of `docker-engine` and 
`docker-compose`.
     
    -* Modify the mysql.env for your existing Mysql Database
    -
    -* Modify the postgres.env for your new Postgres Database
    -  (NOTE: do not set the POSTGRES_HOST to 'localhost' it needs to be the IP 
address or DNS available hostname so that the container can reach out to 
Postgres)
    -
    +* Modify the mysql-to-postgres.env file for the parameters in your 
Migration 
     
     * Ensure that your new Postgres service is running (local or remote)
     
     * Run the Mysql to Postgres Migration Docker flow
    -  * `$ docker-compose -f pgmigration.yml down -v && docker-compose -f 
pgmigration.yml build && TO_SERVER=https://traffic_ops.kabletown.com TO_USER=me 
TO_PASSWORD='my!passwd' docker-compose -f pgmigration.yml up`
    -
    -* Run the Postgres datatype conversion
    -  * `$ docker-compose -f convert.yml up` 
    +  * `sh migrate.sh
    --- End diff --
    
    minor -- missing closing backquote


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to