Skip to content

Commit 5a653f1

Browse files
authored
Revert "PHP_Version should be 8.1"
1 parent b29e0e5 commit 5a653f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ecommerce-applications/akeneo/how-to-install-akeneo-6-on-hypernode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
# How to Install Akeneo 6 on Hypernode
1414

15-
Akeneo 6 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 8.1 and Elasticsearch 7.x**, so it won’t affect your shop negatively. Installing Akeneo version 6.x may take up to 15 minutes.
15+
Akeneo 6 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 8.09 and Elasticsearch 7.x**, so it won’t affect your shop negatively. Installing Akeneo version 6.x may take up to 15 minutes.
1616

1717
## Enable managed_vhosts
1818

@@ -65,12 +65,12 @@ After that upgrade from MySQL 5.7 to MySQL 8.0
6565
hypernode-systemctl settings mysql_version 8.0
6666
```
6767

68-
## Upgrade Your PHP Version to 8.1
68+
## Upgrade Your PHP Version to 8.0
6969

70-
Before installing Akeneo, make sure your [PHP version](../../hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md#changing-the-php-version-you-use-on-hypernode) is changed to `PHP 8.1`.
70+
Before installing Akeneo, make sure your [PHP version](../../hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md#changing-the-php-version-you-use-on-hypernode) is changed to `PHP 7.4`.
7171

7272
```bash
73-
hypernode-systemctl settings php_version 8.1
73+
hypernode-systemctl settings php_version 8.0
7474
```
7575

7676
## Enable PHP-APCU

0 commit comments

Comments
 (0)