From 27580efde04c4a9f7397c41bf7e664c7886c4735 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:53:10 +0200 Subject: [PATCH 1/2] update_from_3.3.md: platformsh_prestart_cacheclear.sh changes and might not be the only one to have changed since last time its config was generated. It's the opportunity to review everything. --- .../from_3.3/update_from_3.3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/update_and_migration/from_3.3/update_from_3.3.md b/docs/update_and_migration/from_3.3/update_from_3.3.md index 9802d61a8e..e86aa2687d 100644 --- a/docs/update_and_migration/from_3.3/update_from_3.3.md +++ b/docs/update_and_migration/from_3.3/update_from_3.3.md @@ -315,6 +315,20 @@ Run the following scripts: composer update "symfony/*" ``` +#### Ibexa Cloud + +Update Platform.sh configuration for PHP and Varnish. + +Generate new configuration with the following command: + +```bash +composer ibexa:setup --platformsh +``` + +Review the changes applied to `.platform.app.yaml`, `.platform/` and `bin/platformsh_prestart_cacheclear.sh`, +merge with your custom settings if needed, and commit them to Git. + + ### v3.3.14 #### VCL configuration From 9e7d19e09938e2ffeb6566c12f969da47e905dbe Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:02:07 +0200 Subject: [PATCH 2/2] to_4.0.md: opportunity to review Ibexa Cloud changes. --- docs/update_and_migration/from_3.3/to_4.0.md | 13 +++++++++++++ .../from_3.3/update_from_3.3.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/update_and_migration/from_3.3/to_4.0.md b/docs/update_and_migration/from_3.3/to_4.0.md index 670804776c..ae6df571fa 100644 --- a/docs/update_and_migration/from_3.3/to_4.0.md +++ b/docs/update_and_migration/from_3.3/to_4.0.md @@ -219,3 +219,16 @@ Finally, generate the new GraphQl schema: ``` bash php bin/console ibexa:graphql:generate-schema ``` + +### Ibexa Cloud + +Update Platform.sh configuration and scripts. + +Generate new configuration with the following command: + +```bash +composer ibexa:setup --platformsh +``` + +Review the changes applied to `.platform.app.yaml`, `.platform/` and `bin/platformsh_prestart_cacheclear.sh`, +merge with your custom settings if needed, and commit them to Git. diff --git a/docs/update_and_migration/from_3.3/update_from_3.3.md b/docs/update_and_migration/from_3.3/update_from_3.3.md index e86aa2687d..a6888a0394 100644 --- a/docs/update_and_migration/from_3.3/update_from_3.3.md +++ b/docs/update_and_migration/from_3.3/update_from_3.3.md @@ -317,7 +317,7 @@ Run the following scripts: #### Ibexa Cloud -Update Platform.sh configuration for PHP and Varnish. +Update Platform.sh configuration and scripts. Generate new configuration with the following command: