rufuspollock-okfn / labs-opd

124 stars 21 forks source link

Fixup commands for dev environment #3

Closed bwrsandman closed 2 years ago

bwrsandman commented 7 years ago

Use commands that work in sequence.

Currently they are blocked at:

docker exec opdproductbrowserweb_db_1 createdb -Upostgres opd
"createdb": executable file not found in $PATH
bwrsandman commented 7 years ago

I suspect something has to be done to migrate the mysql to postgresql but I haven't figured it out.

DaveLampton commented 7 years ago

You may want to try to export/import the database as a CSV file. (Or possibly export/import the individual tables as CSV files.)

Or you may want to try one of these scripts: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#MySQL

Best of luck.

avdata99 commented 2 years ago

This repository has been archived due to inactivity. See #16 for alternatives