The Argyle MVP

Yet another Teams blog but this one by Masters & MVP's

Azure

Azure + WordPress + Project Nami = Amazing

A little over a week ago I decided it was time for a new mission – move my blog from my self-hosted, Open SuSE Server running on HyperV to Azure.  The reason for the move was a few items.  First, my blog got a little over 250,000 page views last year and I’m sure my home Comcast connection wasn’t really appreciating it.  Second, the site was running on an aging HP Server that is going to see it’s last day so best to get it somewhere a tad bit more stable.  Lastly, my IIS ARR reverse proxy has been doing some pretty stupid things and it might be time to rebuild it (problems with using home servers as lab + production) and I didn’t want to take down my blog for days while I fixed it.

So I know that Azure support WordPress + ClearDB for hosting but I didn’t want to have to pay another provider for MySQL hosting.  Plus, I’ve been using Azure SQL and I love it and wanted to see if I could find another option.  This is where Project Nami comes in.

Project Nami

Never heard of them?  I hadn’t until a few Bing searches either.  Basically Project Nami (Not Another MySQL Interpreter) was created to allow WordPress to talk to Azure SQL natively.  If you know any WordPress development, they make it so $wpdb queries works against Azure SQL natively (there are ALL sorts of amazing implications of this that I will get to at a later time).

Deploying WordPress to Azure

The folks at Project Nami have everything hosted in Github which means they even have the ability to deploy to Azure in three simple clicks.  For myself, I have a pretty large Azure deployment including several SQL databases so I wanted to be able to pick some existing servers.  So I followed this video tutorial to get the site up and running:

Here are the basics (again – the video has all of this)

  1. Create a new website.  Choose custom create.
  2. Provide a name for your site.  Select your region and choose Create a Free 20 MB SQL Database.  You can leave the connection string.
  3. Give your database a name.  If you have an existing SQL Server, go ahead and pick it or create a new one.  Note your SQL Login name and password.  Lastly, make sure your region is the same as your web server.
  4. Pick External Repository (not github)
  5. On publishing, your repository url is “https://github.com/ProjectNami/projectnami.git”.  Your branch to deploy is latest.

At this point in time, sit back and enjoy the build process.  This will take about 5 minutes to complete.  Once the website is deployed.

  1. Go to the WordPress site with your Azure website name.  It will be something like: http://nami.azurewebsites.net/
  2. On the resulting Project Nami page, you need to create your configuration file.
    pic1
    On this page, you will need to enter the database name you created in your Azure Setup.  Your username will include an @ symbol and your host is your host.
  3. Once you have completed this, you will find the normal WordPress configuration page.  I’m not going to go through the normal WordPress initial configuration – I’m assuming if you are moving a WordPress site you know how to set it up.

WordPress Import/Export

So now that you have a working WordPress site you need to migrate your old site to this new site.  This process is going to be slightly different per site, I would guess, but here are the high level details.

  1. Export your old site.  Go login to your old WordPress site and choose Tools | Export.  Select everything to export and save the XML file.  It shouldn’t take too long.
  2. Go to your new sites Dashboard.  Add the WordPress Importer plug-in to your site.  Browse to Tools | Import | WordPress.  When you click on this option it will prompt you to download the plugin.
    pic02
  3. Before you import your site, I would suggest that you grab any other plug-ins and themes that you used on your old site for the new site.  This can certainly be a time consuming process but worth it.
  4. Now change your theme to the same theme you had before if you plan on keeping the same look.  If you are going to switch then it doesn’t really matter as you are going to have to redo your menus, widgets, etc.  If you set the correct theme it appears as though “most” of the formatting comes over.
  5. Next you want to import in your site.  Go to Tools | Import | WordPress.  You will be asked to upload your XML file.  Although there is a warning that says there is a 1MB limit, my file was way bigger and imported fine.  When you import into WordPress is will ask if you want to download any images/attachments, say yes.  You will also have the opportunity to reassign your posts to a new user.

Now you need to do some cleanup.  Some things I found along the way that may or may not make your life easier.  First, I would disable JetPack and especially disable any CDN features.  I found that I had to reattach just about every image on my blog but when I did it a second time after JetPack was disabled, it was fine.  Second, prepare for lost features.  I went from WordPress 3.4 all the way to 4.1.  There were a lot of changes during that time frame so I would review the changes.  If you have the ability to update to the latest version it might not be a bad idea.

Cut Over Time

When its time to move your website, the biggest item you need to do is change your site URL.  This can be found under Dashboard | Settings | General.  Right now it’s going to be something http://nami.azurewebsites.net and we are going to change that to http://yourdomain.com.  Once you hit submit, your site will not be reachable or it will send you off to your old site.

I would suggest editing your local computer HOSTS file for your domain so you are going to Azure instead.  This would be the time to make sure everything is working correctly.  Once it all looks good – time to change your DNS records.

Caching

The good folks over at Project Nami have created a caching plug-in that using Azure Blob files.  This prevents a bunch of PHP page loads and makes the site even faster.  You can find the plug-in here:

Make sure to check out the readme file for details.

NOTE: I turned this on last night and my memory utilization in Azure went through the roof and caused me to exceed my allotment and wait for the hourly reset.  I’m going to play with this more and see if this was the cause or if I caused it some other way.

Multisite Deployments

Does Nami support them?  Yep, my blog is a multisite deployment.  The only strange thing I ran into – activating the PN Cache plug-in crashed the site if I Network Activated it.  I think it has something to do with themes but I didn’t care to find out.

That is it.  As I said, the good folks at Project Nami have made this dirt simple to setup/install.

 

 

8 COMMENTS

  1. Hi,

    I’m trying to use ProjectNami to migrate a site of mine, and everything works fine with the installation and content.. but how did you migrate the database from MySQL to SQL server?

    Thanks!

    • I exported the website in WordPress to an XML file and than used the import feature of wordpress to bring it back in on the new site.

      • Thank you Richard!
        I did the same thing, which works great for posts and the users who were active, but there are a few items (especially theme and plugin related) that are not exported. In the end I just ended mirroring what settings I had by hand. Took a bit, but saves converting the DB and avoid possible errors.

        Thanks again!
        Nick.

  2. We’ve got a problem creating woocommerce categories, we can’t add any. do you know about a solution?

LEAVE A RESPONSE

Your email address will not be published. Required fields are marked *