thegooddata / social

GNU General Public License v2.0
0 stars 0 forks source link

Migrate from pgsql to mysql #21

Closed josereyero closed 10 years ago

josereyero commented 10 years ago

Migration run successfully on PRE. Notes:

Quick instructions for PROD:

  1. Put site into maintenance mode
  2. Edit settings.php, add the mysql database.. $databases['mysqltarget']['default'] = array(....)
  3. Migrate from 'default' to 'myqltarget' using DBTNG
  4. Edit settings.php, rename 'default' to 'pgsql' and 'mysqltarget' to 'default' (we keep the old database for now, just in case).
  5. Put site into live mode.
josereyero commented 10 years ago

Migrated PROD database, no issues. Disabled DBTNG module