Skip to content

Commit

Permalink
EZP-29324: Upgrade to MariaDB 10.2 (+PHP 7.2) for eZ Platform Cloud (…
Browse files Browse the repository at this point in the history
…#301)

* Upgrading to MariaDB 10.2 and PHP 7.2 for eZ Platform Cloud (Platform.sh)

* Added comment about mysql:10.1 for Legacy Bridge use

* Added link to Database notes
  • Loading branch information
janit authored and Łukasz Serwatka committed Jun 22, 2018
1 parent 6bbb991 commit a652914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Expand Up @@ -8,7 +8,7 @@
name: app

# The type of the application to build.
type: php:7.1
type: php:7.2
build:
# "none" means we're running composer manually, see build hook
flavor: "none"
Expand Down
4 changes: 3 additions & 1 deletion .platform/services.yaml
@@ -1,5 +1,7 @@
mysqldb:
type: mysql:10.1
type: mysql:10.2
# Version 10.1 might be a better option when running Legacy Bridge
# For more information see https://doc.ezplatform.com/en/2.1/getting_started/requirements_and_system_configuration/#supported-setups
disk: 2048
configuration:
schemas:
Expand Down

0 comments on commit a652914

Please sign in to comment.