-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Migrating from MySQL to PostgreSQL after Converting #24
Comments
can You attach Your dump? or send directly to me? |
I already solved my issue. I ended up fixing manually alot. |
Can You send pull request with fixes? |
Had the same problem. In fact it would be nice if converter could accept name of the schema as argument... :) |
Got point |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1
mysqldump --xml -u root benu-local > m.sql
#2
php convertor.php -i m.sql -o p.sql
#3
psql -U bheng -d portal -f p.sql
#4
Result
The text was updated successfully, but these errors were encountered: