Triops
Well-known member
We are switching from a own server with Debian 6 (PHP 5.3) to newest Amazon Linux on EC2, with RDS with Aurora, S3 and Cloudfront. Seems to be a really nice setup.
Now, after xf1.5.15 installed fine, I wanted to testwise import the vBulletin 3 database from my external server into a temp. "forum" database on Aurora SQL. After that, I'll do the native vB->XF importer in Xenforo. All my test migrations till now were done locally mySQL -> mySQL.
But, it's not possible to import full vB database into Aurora! After few seconds, at or after importing "lanuage" table it always stop with this error:
No chance. We googled a lot, but at the moment we fear that the vBulletin import may not be possible into Amazon Aurora, eg:
https://dba.stackexchange.com/quest...s-aurora-row-size-too-large-vb5/112811#112811
So, since I need urgent help (launch is planned immediatly after weekend), some questions please:
Any help is highly appreciated,
Thank you in advance!
Now, after xf1.5.15 installed fine, I wanted to testwise import the vBulletin 3 database from my external server into a temp. "forum" database on Aurora SQL. After that, I'll do the native vB->XF importer in Xenforo. All my test migrations till now were done locally mySQL -> mySQL.
But, it's not possible to import full vB database into Aurora! After few seconds, at or after importing "lanuage" table it always stop with this error:
ERROR 1118 (42000) at line 1826: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
No chance. We googled a lot, but at the moment we fear that the vBulletin import may not be possible into Amazon Aurora, eg:
https://dba.stackexchange.com/quest...s-aurora-row-size-too-large-vb5/112811#112811
So, since I need urgent help (launch is planned immediatly after weekend), some questions please:
- Anybody out there successfully running Xenforo on Aurora? Will that wirk? Installation was fine but maybe problems accour only with larger datebases.
- Which vB tables are REALLY needed to import vB3 into xf1.5? Including everything, as well as reputation for "Likes" and so on? I would only export those tables then. @ChrisD, @Mike please?
- If that does not work: Could I import vB on a different MariaDB instance, import there the vBulletin tables and then use the xf core importer, connecting to a differerent SQL instance and import vB tables from MariaDB into Aurora? So source database would be on another instance than target database. Would that work, please?
Any help is highly appreciated,
Thank you in advance!