Revision 6012
Added by Aaron Marcuse-Kubitza about 12 years ago
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
inputs/.geoscrub/_MySQL/geoscrub.*.sql.make: Use new my2pg_export