in reply to Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql?

... But before committing potential suicide ...

step 1) avert suicide

step 1a) backup

step 1b) restore from backup to verify it worked

step 1c) try it on 10 record dump :)

  • Comment on Re: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql? (backup)

Replies are listed 'Best First'.
Re^2: Looking to convert all my MySQL DB's to postgresql, any experiences with mysql2pgsql? (backup)
by taint (Chaplain) on Nov 27, 2013 at 02:59 UTC
    I knew should have listed that in the OP. But it just seemed so obvious. :P

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;