Project

General

Profile

« Previous | Next » 

Revision 6012

inputs/.geoscrub/_MySQL/geoscrub.*.sql.make: Use new my2pg_export

View differences:

inputs/.geoscrub/_MySQL/geoscrub.schema.sql.make
1 1
#!/bin/sh
2
ssh nimoy mysqldump --compatible=postgresql --add-locks=false --set-charset \
3
--no-data --lock-tables=false --password geoscrub geoscrub
2
env server=nimoy schema=1 my2pg_export geoscrub geoscrub
inputs/.geoscrub/_MySQL/geoscrub.data.sql.make
1 1
#!/bin/sh
2
ssh nimoy mysqldump --compatible=postgresql --add-locks=false --set-charset \
3
--no-create-info --lock-tables=false --password geoscrub geoscrub
2
env server=nimoy data=1 my2pg_export geoscrub geoscrub

Also available in: Unified diff