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 9802d61a8e..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 @@ -315,6 +315,20 @@ Run the following scripts: composer update "symfony/*" ``` +#### 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. + + ### v3.3.14 #### VCL configuration