MageReport Premium available for all customers

As from now on MageReport Premium is also available for Hypernode customers using the Control Panel (my.hypernode.com). Previously, it was already accessible for customers using the Dutch Service Panel. Accessing MageReport Premium is easy by logging on to MageReport.com with your Hypernode customer account. Choose ‘Sign in with Hypernode’ on your top right. With MageReport.com,…

Read more

Release 6993: Updates for all available PHP versions

In this release we have updated all the PHP versions on Hypernode to their latest version. Check out the PHP 7 Changelog on php.net and the Debian packaging changelogs for what changed: PHP 5.6.40-13 -> PHP 5.6.40-21 PHP 5.6 changelog PHP 7.0.33-12 -> PHP 7.0.33-20 PHP 7.0 changelog PHP 7.1.33-1 -> PHP 7.1.33-9 PHP 7.1…

Read more

Release 6958: Mailhog on Hypernode

Sometimes you run into an issue with a shop and wish you could see all the outgoing mail from a webshop to debug. Send out as many test emails as you’d like none will reach your customers. MailHog is an email testing tool for developers to catch all these emails in a single mailbox. Careful,…

Read more

Release 384: Extra perks for SLA Standard

We’ve added additional backup features to our SLA Standard policy. Additional backups From now on we’ll create four backups per day instead of one. These backups will be saved for 24 hours. You also have the weekly backups available. As a result you always have a backup available which is at most six hours old. …

Read more

Updated Magento version check, improved SUPEE-11155 and SUPEE-11219 checks and updated malware signatures

Today Magento released new versions for Magento 1 and Magento 2 which fix several critical security vulnerabilities. Magento Version Check has been updated With the release of these latest Magento versions we’ve updated our Magento Version check to include these latest versions. You can scan your website on magereport.com to see if you’ve installed the…

Read more

Release 6911: Magento 2 preinstall updated to 2.3.4

Now that Magento 2.3.4 has been released we have updated our Magento 2 preinstall to use this new version. ./bin/magento –version Magento CLI 2.3.4

Read more

Release 6892: supervisord support

Supervisor enables you to use programs that need to run all the time on your Hypernode. These (usually long running) programs should not fail if there is an error. To accomplish this Supervisor watches your programs and restarts them if they might fail. Supervisor works great for use cases where a web hook or metrics…

Read more

Release 6861: Hypernode-importer now supports automated migrations for Shopware 5 and 6

This release contains a new hypernode-importer feature related to Shopware. Allowing for the importing of Shopware content management systems. Shopware Cloud Hosting Hypernodes is our newest solution in a growing family of PaaS offerings. Transfering your Shopware installation to Hypernode has never been easier. Support for the importing of Shopware 5 & 6 webshops You…

Read more

Release 534: Introducing User Management and Transferring ownership

User Management We’ve added User Management as a new feature on our Control Panel. It’s now possible to invite co-developers, merchants or agencies (from a merchants perspective) to your “Team” for accessing and handling your Hypernode(s) settings. You can also create a new Team for a specific Hypernode, in case you have more. Teams, Owners…

Read more

Release 6828: Pinning Magerun 2 to 3.2.0

In this release we are pinning the system wide installation of magerun 2, the Magento commandline tool, to version 3.2.0. The newest 4.0.0 and up versions, while providing great features, have a bunch of breaking changes like dropping support for PHP 7.1 and Magento 2.2 and lower. For convenience we’re keeping the default version installed…

Read more

Release 6679: New WAF rules for CVE-2019-8144, potential abuse in the wild detected

In this release we have updated the Hypernode platform with new NGINX rules to block an attack on the Magento Page Builder. Last month with the Magento 2.3.3 and 2.2.10 Security Update a patch was released for a Remote Code Execution (RCE) vulnerability in the Page Builder: PRODSECBUG-2403: Remote code execution through crafted Page Builder…

Read more

Release 6675: The app user can now restart php7.3-fpm

When we added PHP 7.3 to Hypernode three weeks ago we forgot to add the privilege for the app user to restart this version. This has now been fixed. The app user can now restart this version of PHP as well. To restart php7.3-fpm on a Hypernode you can run: app@83f01a-vdloo-magweb-cmbl:~$ hypernode-servicectl restart php7.3-fpm Note…

Read more

Release 6640: Managing your Nginx VHosts with hypernode-manage-vhosts

This release allows you to enable support for the new hypernode-manage-vhosts command on your Hypernode. This commands allows for easy management of your Nginx server blocks, or commonly referred to as VHosts, on your Hypernode. Managing your VHosts in an easy manner becomes increasingly important if you want to set up multiple VHosts on your…

Read more

Release 6627: The app user can read /etc/redis/redis.conf

It came to our attention that while the /etc/redis/redis-persistent.conf configuration file for the persistent Redis instance was readable by the app user, the default /etc/redis/redis.conf was not. We’ve now changed our configuration management to also make the redis.conf readable. before: app@pup1w8-vdloo-magweb-cmbl:~$ cat /etc/redis/redis.conf cat: /etc/redis/redis.conf: Permission denied app@pup1w8-vdloo-magweb-cmbl:~$ cat /etc/redis/redis-persistent.conf # See https://raw.githubusercontent.com/antirez/redis/3.0/redis.conf for a…

Read more

Release 6626: PHP updates, 7.0.33-12, 7.1.33-1, 7.2.24-1, 7.3.11-1 and 5.6.40-13

As announced on Friday, today we have updated the PHP version in our repositories to the following versions: 7.0.33-11 to 7.0.33-12 7.1.32-1 to 7.1.33-1 7.2.22-1 to 7.2.24-1 7.3.10-1 to 7.3.11-1 5.6.40-12 to 5.6.40-13 For details, see the PHP changelog or the Debian PHP Team packaging changelog.

Read more

Release 6625: Preparing PHP upgrade for CVE-2019-11043

Yesterday a new vulnerability in PHP was disclosed where a specific setting of PHP-FPM, combined with a certain NGINX configuration, could result in the possibility of remote code execution. The Hypernode platform is not vulnerable, because our NGINX configuration does not satisfy the preconditions for this bug to be exploitable. However, to prevent similar attack…

Read more

Release 6591: php-xdebug for PHP 7.3 for hypernode-docker

In this release we update the version of php-xdebug in our repositories from 2.6.0+2.5.5-byte2 to 2.7.2+2.5.5-byte3. We updated to this new version in order to add support for the new PHP 7.3 (which since yesterday has also been available in the latest version of the docker). While it is not possible to use php-xdebug on…

Read more

Release 6586: PHP 7.3 available on Hypernode

Today we’re making PHP 7.3 available on Hypernode. In yesterday’s changelog some of the changes we did to incorporate this new version into our platform were described, and today we will be adding the option for customers to change to this new version in their production environment. You can switch to this new version of…

Read more

Release 6584: Block requests to sql and archive files by default

From this release we will start blocking .sql files and archive files by default in Nginx. We do this to prevent accidental exposure This is done by placing the following line in the Nginx configuration: location ~ .(sql|zip|tar|tar.gz|tgz)$ { deny all; } Any requests to files with the extenstion sql, zip, tar, tar.gz or tgz…

Read more

Release 6583: Upgrading to MySQL 5.7

In order to support Akeneo and Shopware properly, we have added a new feature in our hypernode-systemctl tool to give you the ability to upgrade your MySQL version to 5.7.26-29. Upgrading your Hypernode to MySQL 5.7 If you want to upgrade your existing Hypernode from MySQL 5.6 to MySQL 5.7, you can simply run the…

Read more

Add SUPEE-11086, SUPEE-11155, SUPEE-11219, update Magento version check and malware signatures

In this release we updated MageReport and added some checks. You can go directly to MageReport.com to make sure your shop is safe. SUPEE-11086 SUPEE-11086 was released March 26th 2019, but unfortunately we had no time to add this check until this point. We also realised that this patch was not detectable from the outside,…

Read more

Release 6582: Sudo security update CVE-2019-14287

In this release we have updated the sudo package to address CVE-2019-14287. Yesterday a security vulnerability was announced where commands could be made to run as root using sudo if called with a specially crafted user ID. While we were not vulnerable to this attack, we have deployed this update to all Hypernodes, as additional…

Read more

Release 6581: Preparing Hypernode for PHP 7.3, Magento 2.3.3 preinstall and sample data

Now that Magento 2.3.3 has been released we have been preparing our platform for supporting PHP 7.3. Magento now officially supports PHP 7.3 since this new version. PHP 7.3 is supposed to be slightly faster than PHP 7.2 for specific work-loads, check out these benchmarks by Phoronix. In order to support this new version of…

Read more

Release 6575: Update to hypernode.io SPF records

In this release, we change the way that Hypernodes include there SPF records. For each Hypernode we provide an SPF record at spf.<appname>.hypernode.io to be included in your domain. This record used to include spf.byte.nl, which in its turn included all our mail servers and other services. Because spf.byte.nl included other external services, the amount…

Read more