Magento released a new version of Magento 2 yesterday. The Magento 2 preinstall on Hypernode has been updated to reflect this. The new preinstalled version when you order a Hypernode is 2.3.1.


./bin/magento --version
Magento CLI 2.3.1

If you want to try out the new Magento version with the official sample data (the Luma demo shop) check out this Magento repository on github.

To install the sample data in your empty Magento 2.3.1 shop you can:

  • git clone the magento2-sample-data
  • check out the 2.3.1 revision
  • build the sample data like:
php -f magento2-sample-data/dev/tools/build-sample-data.php -- --ce-source=/data/web/magento2
  • link the sample data in your shop:
ln -fs /data/web/magento2-sample-data/pub/media /data/web/magento2-sample-data/media
  • deploy the sample data: /data/web/magento2/bin/magento setup:upgrade

Additionally in this release we have updated the default n98-magerun2 install to 3.0.5 for Magento 2.3.1 compatibility.