Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions resources/platformsh/common/5.0/.platform/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Reach out to platform.sh support to get help on this and insight into your disk/memory usage.

mysqldb:
type: mariadb:10.4
type: mariadb:10.11
disk: 1024
configuration:
schemas:
Expand All @@ -24,7 +24,7 @@ mysqldb:

# For use by Symfony Cache (used by Ibexa DXP SPI Persistence Cache)
rediscache:
type: 'redis:5.0'
type: 'redis:7.2'
# For cache you might need to increase the size of your plan if your installation has a sizeable amount of content.
# Check with platform.sh staff if in doubt on this, and if it would make sense to configure larger redis size here.
# size: L
Expand All @@ -37,14 +37,14 @@ rediscache:
# If you wish to have a separate Redis instance for sessions, uncomment
# this service and the corresponding relationship in .platform.app.yaml.
#redissession:
# type: 'redis:5.0'
# type: 'redis:7.2'
# configuration:
# maxmemory_policy: allkeys-lru
#
# Alternatively if you have a requirement that sessions are persisted across server/redis restarts,
# have storage space to spare for this, and don't mind a bit slower instance type of redis
#redissession:
# type: redis-persistent:5.0
# type: redis-persistent:7.2
# Disk size should be bigger than Redis' "maxmemory" setting due to https://redis.io/topics/persistence#log-rewriting.
# The memory given to Redis depends on your plan and "size: ". Adjust "disk: " accordingly.
# disk: 512
Expand All @@ -57,7 +57,7 @@ rediscache:
# Multi core setup is currently not supported on Platform.sh. Sharding does not work as the cores are
# unable to reach each other
#solrsearch:
# type: solr:7.7
# type: solr:8.11
# disk: 512
# configuration:
# configsets:
Expand All @@ -73,7 +73,7 @@ rediscache:

# If you wish to use elasticsearch, uncomment this service and the corresponding relationship in .platform.app.yaml.
#elasticsearch:
# type: elasticsearch:7.7
# type: elasticsearch:7.17
# disk: 512

# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish'
Expand Down
3 changes: 2 additions & 1 deletion resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ hooks:
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema
# If you use GraphQL, uncomment this to generate the schema
##php bin/console ibexa:graphql:generate-schema

touch public/var/.platform.installed
fi
Expand Down
12 changes: 6 additions & 6 deletions resources/platformsh/ibexa-commerce/5.0/.platform/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Reach out to platform.sh support to get help on this and insight into your disk/memory usage.

mysqldb:
type: mariadb:10.4
type: mariadb:10.11
disk: 1024
configuration:
schemas:
Expand All @@ -24,7 +24,7 @@ mysqldb:

# For use by Symfony Cache (used by Ibexa DXP SPI Persistence Cache)
rediscache:
type: 'redis:5.0'
type: 'redis:7.2'
# For cache you might need to increase the size of your plan if your installation has a sizeable amount of content.
# Check with platform.sh staff if in doubt on this, and if it would make sense to configure larger redis size here.
# size: L
Expand All @@ -37,14 +37,14 @@ rediscache:
# If you wish to have a separate Redis instance for sessions, uncomment
# this service and the corresponding relationship in .platform.app.yaml.
#redissession:
# type: 'redis:5.0'
# type: 'redis:7.2'
# configuration:
# maxmemory_policy: allkeys-lru
#
# Alternatively if you have a requirement that sessions are persisted across server/redis restarts,
# have storage space to spare for this, and don't mind a bit slower instance type of redis
#redissession:
# type: redis-persistent:5.0
# type: redis-persistent:7.2
# Disk size should be bigger than Redis' "maxmemory" setting due to https://redis.io/topics/persistence#log-rewriting.
# The memory given to Redis depends on your plan and "size: ". Adjust "disk: " accordingly.
# disk: 512
Expand All @@ -58,7 +58,7 @@ rediscache:
# unable to reach each other

solrsearch:
type: solr:7.7
type: solr:8.11
disk: 512
configuration:
configsets:
Expand All @@ -74,7 +74,7 @@ solrsearch:

# If you wish to use elasticsearch, uncomment this service and the corresponding relationship in .platform.app.yaml.
#elasticsearch:
# type: elasticsearch:7.7
# type: elasticsearch:7.17
# disk: 512

# Due to logic in Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension, do not change the service name to something different from 'varnish'
Expand Down
3 changes: 2 additions & 1 deletion resources/platformsh/ibexa-experience/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ hooks:
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema
# If you use GraphQL, uncomment this to generate GraphQL schema
##php bin/console ibexa:graphql:generate-schema

touch public/var/.platform.installed
fi
Expand Down
3 changes: 2 additions & 1 deletion resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ hooks:
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema
# If you use GraphQL, uncomment this to generate GraphQL schema
##php bin/console ibexa:graphql:generate-schema

touch public/var/.platform.installed
fi
Expand Down
3 changes: 2 additions & 1 deletion resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ hooks:
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema
# If you use GraphQL, uncomment this to generate GraphQL schema
##php bin/console ibexa:graphql:generate-schema

touch public/var/.platform.installed
fi
Expand Down
Loading