New Relic for Hypernode
We’ve added New Relic to our Hypernode stack. You can now inspect the performance of your shop with just a mouseclick.
To enable this feature, go to the Service Panel and activate New Relic for your Hypernode now!
Thanks, Gertjan!
Other fixes
Set the base URL when importing
One common pitfall when starting to use Hypernode was that your store is not immediately reachable on your http://example.hypernode.io
URL. This is because we imported all of your web/unsecure/base_url
settings from your old installation.
We’ve added the command-line switch --set-default-url
to set both the base_url for the default storefront (scope 0) and reset your admin URL, so you can start cracking at http://example.hypernode.io/admin/
.
Just make sure to not use that switch when you run your final sync before migration 🙂
Thanks go out to Igor at SupportDesk.
Ioncube modules now survive the migrator
We exclude the entire var/ directory on migrating your site using the hypernode-migrator. This broke a couple of Extendware modules that ship binary code in var/extendware/. We now sync that directory correctly.
Thanks go out to Jelle at Jebede!