Before installing Shopware 6, you should check whether your server meets the required system requirements. In this article we would like to demonstrate which requirements your server should fulfill.
Note: You can find the current system requirements in the official Shopware documentation linked at the end of this article.
Shopware 6.7
- PHP: 8.2 or higher (8.4 recommended)
- SQL: MariaDB ≥ 10.11.6 or MySQL ≥ 8.0.22
- memory_limit: 512M or higher
- max_execution_time: 60 seconds or higher
- see: https://developer.shopware.com/docs/guides/hosting/
Note: For themes in Shopware the value memory_limit is especially relevant. Make sure it is high enough and contact your hoster when necessary.
Tip: When saving themes, the entire Storefront is recompiled. This process is highly RAM and CPU dependent. Allocate PHP appropriate resources.
Shopware 6.5
- PHP: 8.1 or higher
- memory_limit: 512M or higher
- max_execution_time: 60 seconds or higher
- Browser (see):
- Chrome >= 60
- Firefox >= 60
- iOS >= 12
- Safari >= 12
- not Explorer <= 11
Shopware 6.4
- PHP: 7.4.3 or higher
- memory_limit: 512M or higher
- max_execution_time: 60 seconds or higher
Shopware 6.3 or below
- PHP: 7.2 or higher (7.2.20 and 7.3.7 are incompatible)
- memory_limit: 512M or higher
- max_execution_time: 60 seconds or higher
Further information
Shopware Documentation: System Requirements