If you wish to convert your web project to a CMS you need some kind of a plan to perform your WordPress CMS migration correctly and without any data losses.
"A partir de este artículo de Yoast que básicamente nos resolvió el problema, armamos un script en PHP para levantar el contenido de nuestra base de datos, corregir y formatear los datos, y volcarlo en WordPress."
"Exports your database, does a find and replace on URLs and file paths, then allows you to save it to your computer.
WP Migrate DB exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, then allows you to save it to your computer. It is perfect for developers who need to update their local install with fresh data from the production site, or copy their locally developed site to a staging or production server.
It even takes into account serialized data (both arrays and objects) and updates the string length values."
"The Duplicator plugin gives WordPress Administrators and Developers the ability to migrate/clone a site from one location to another location. First create a package, download it and install. No need to change your settings and re-run import/export scripts. The plugin also serves as a simple backup utility. The Duplicator also supports both serialized and base64 serialized string replacement."
"WP Migrate DB exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, then allows you to save it to your computer. It is perfect for developers who develop locally and need to move their WordPress site to a staging or production server."
Moving from one domain to another, most commonly from development to staging to production, can be a hassle. Two major things must happen for it to be a seamless migration; Find & replace the domain and fix the serialized url's containing the old domain. This tool does that for you. Simply drag the sql dump into the square and set a new domain.