Skip to content

Commit fbc6256

Browse files
authored
Merge branch 'master' into akeneo-3-staging-guide-fixes
2 parents 4fc0f2a + 8bffc07 commit fbc6256

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

1313
# How to Install Akeneo 7 on Hypernode
1414

15-
Akeneo 7 preferably requires a Hypernode 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 OpenSearch 2.x**, so it won’t affect your shop negatively. Installing Akeneo version 7.x may take up to 15 minutes.\
15+
Akeneo 7 preferably requires a Hypernode Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a separate 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 OpenSearch 2.x**, so it won’t affect your shop negatively. Installing Akeneo version 7.x may take up to 15 minutes.\
1616
**Important note: Akeneo 7.x requires MySQL 8.0.30, which is only available on Debian Bookworm.**
1717

1818
## Managed Vhosts
@@ -52,7 +52,7 @@ location ~ \.php$ {
5252

5353
It's important to follow these steps in order since you *cannot* upgrade straight from **MySQL 5.6** to **MySQL 8.0**.
5454

55-
First you’ll have to upgrade MySQL 5.6 to 5.7 by running the commando:
55+
First you’ll have to upgrade MySQL 5.6 to 5.7 by running the command:
5656

5757
```bash
5858
hypernode-systemctl settings mysql_version 5.7
@@ -209,7 +209,7 @@ Configure your crons by adding these scripts to your crontab file as recommended
209209

210210
```bash
211211
30 1 * * * php /data/web/akeneo/bin/console pim:versioning:refresh
212-
30 2 * * * php /data/web/akeneo/bin/console pim:versioning:purge more-than-days 90 --no-interaction --force
212+
30 2 * * * php /data/web/akeneo/bin/console pim:versioning:purge --more-than-days 90 --no-interaction --force
213213
1 * * * * php /data/web/akeneo/bin/console akeneo:connectivity-audit:update-data
214214
20 0 1 * * php /data/web/akeneo/bin/console akeneo:batch:purge-job-execution
215215
30 4 * * * php /data/web/akeneo/bin/console pim:volume:aggregate

0 commit comments

Comments
 (0)