One error, no idea which table, I think we can ignore it for now, we'll see any side effects while testing before the release:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'securing-56-node' for key 'PRIMARY'
Needed to install php5-mysql (it is already installed on PROD, according to Diego).
Quick instructions for PROD:
Put site into maintenance mode
Edit settings.php, add the mysql database..
$databases['mysqltarget']['default'] = array(....)
Migrate from 'default' to 'myqltarget' using DBTNG
Edit settings.php, rename 'default' to 'pgsql' and 'mysqltarget' to 'default' (we keep the old database for now, just in case).
Migration run successfully on PRE. Notes:
Quick instructions for PROD: