I currently use Drupal with PostgreSQL. While I usually prefer PostgreSQL, the fact that so many more people are familiar with MySQL and the fact that there seems to be better support for it in the Drupal community makes me want to change. Is there any way within Drupal that I can take my existing sites, back them up, then restore them into a MySQL databases? I would rather avoid doing this at the database level if at all possible.

Thanks,

Comments

styro’s picture

at the importexportapi module. While I haven't used it myself, it might do what you want. Hopefully without too much extra work on your part.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ

neclimdul’s picture

Most module developers would probably be happy to have some feedback about your pgsql problems as well.

mediumgrade’s picture

I mostly had trouble with the RSVP module: it didn't really look like the author tried very hard to support pgsql. I had to add the tables myself.