Migrate away from Pressable using the Migrate Guru plugin
After investing lots of hours using the steps below, I learned there’s a plugin called Migrate Guru that can do the job much more simply! Using Migrate Guru will save you lots of headaches – plus…it’s FREE!
- On Siteground, create the website using “existing domain”, install WordPress, and choose the option to not migrate.
- Set up the ftp user on Siteground.
- Install Migrate Guru, choose the FTP option, and go to town. Your entire site will get migrated to Siteground with a few clicks.
- Update dns.
Done!
Alternate Steps to migrate from Pressable to Siteground:
- Add an “existing” website to Siteground.
Select “Existing Domain” -> “Start New Website” (because Pressable is not compatible with the Siteground Automatic Migration plugin).
Select “WordPress” or “WooCommerce”. - Get the full backup from Jetpack.
- Export the database from Pressable via phpMyAdmin.
- Import the database into Siteground via phpMyAdmin.
- Unzip the backup you got from Jetpack. Then zip up the “uploads”, “plugins”, and “themes” folders for uploading.
- Upload the zipped “uploads”, “plugins”, and “themes” folders to Siteground using either FTP or the “File Manager” in the Siteground dashboard. Then unzip in the appropriate places on your Siteground server.
- Open wp-config.php on Siteground and change the table prefix to your old prefix, if needed.
- Update DNS to point to Siteground.
- After you confirm DNS is propagated to the Siteground IP, Add SSL Certificate on Siteground.
That’s it!








ALTERNATE METHOD of Migrating from Pressable to Siteground: Using Migrate Guru WP Plugin
Step 1:
NOTE: For the path field, type: /yourdomain.com/public_html/
Step 2:
- Create a new “temporary” site on Siteground. Copy the FTP info from the temporary Siteground site (we’ll use this ftp info in Migrate Guru WP Plugin).
- Once you have the FTP details in hand, update the main domain in Siteground from the temporary domain to the live domain url. (e.g. We only needed to set up the temporary domain to grab the ftp info.)
- Install the free Migrate Guru WP Plugin on the live site on Pressable and run the migration using the “FTP” option and entering the Siteground FTP info.
- Once the migration is complete, update the nameservers to point to Siteground.
- Go to Siteground and add the Let’sEncrypt SSL Certificate.
- Once the SSL certificate is rocking, then turn on the “Force HTTPS” setting in Siteground and in your WordPress site’s SG Cachepress options.
How to Speed Up Your Siteground Site
- Turn on Memcache both on the Siteground dashboard and within the SG Cachepress settings on your WP site.
- Minify html and css in “Frontend” settings within the SG Cachepress plugin.
- Turn on “WordPress Heartbeat Optimization” within the SG Cachepress plugin settings.
More posts from themightymo.com
How to Connect a GoDaddy Site to ManageWP
GoDaddy owns ManageWP, and, strangely, they make it very difficult to add GoDaddy-managed WordPress sites to their ManageWP service. Thankfully, there’s a quick workaround: Visit https://yoursite.com/wp-admin/plugins.php?showWorker=1 — This will make the ManageWP “Worker” plugin visible. Copy the connection info from the ManageWP Worker plugin. Add the site per-normal on ManageWP. That’s it! I hope this…
How to check if your current page is the wp-login.php page
I realized this morning that my TMM Maintenance Mode WordPress plugin had a bug that was causing the wp-login.php page to be inaccessible. The solution was to write a simple function that checks whether or not we’re currently on a login page, and then add a call to that function in my code. Here’s the…
WooCommerce Product Image Gallery Not Loading with WP Rocket Active
Today I updated a WooCommerce site, and everything worked fine, except for the images on product pages – they were not displaying at all. After a lot of trial & error, I realized that WP Rocket was to blame. I’m not sure exactly what the issue was (though my hunch is that it had to…