Moving maps to another server
- Open phpMyAdmin
- Select your WP database
- Go to the "Export" tab
- Choose "Advanced options"
- Select MapSVG tables for export: choose tables that start with
wp_mapsvg6_string. Please note that your table prefix may be different fromwp_ - Click "Go" to download the
.sqlfile - If MySQL table prefix on the new server is different from the prefix on the old one then
you have to open the
.sqlfile in any text editor and replace all occurences of the old prefix with the new one. - Open phpMyAdmin on the new server
- Select your WP database
- Go to the "Import" tab
- Click "Upload" and choose your
.sqlfile - Done!
- If you have uploaded custom SVG files on the old server - upload them to the new server by clicking on the "Upload SVG file" button on MapSVG start screen. Or copy the files manually via FTP from
wp-content/uploads/mapsvgfolder to the same location on the new server.