I am certainly not the expert here, but I would start by taking a look at the README.md file in traffic_control/traffic_ops/app/db/pg-migration. You can use that to migrate from mysql to postgres using docker-compose.
—Dave On Mon, Jan 23, 2017 at 2:44 PM, Nir Sopher <[email protected]> wrote: > Hi, > > I am trying to create a new Traffic-Ops dev environment setup, following > the instructions in the developer guide. > I encountered however several failures on the way, related to the movement > toward postgresql. I therefore installed the relevant postgresql RPMs. > > I got to the point I have to initilize the values in the postgresql server > in order for the "./db/admin.pl --env=development setup" command to run. > > Should I follow the instructions in "experimental/server/README.md"? > Is there a way to deactivate the postgresql server and continue to work > with mysql until postgresql moves out from "experimental" phase? > > 10x, > Nir >
