File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
docs/update_and_migration/from_3.3 Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -219,3 +219,16 @@ Finally, generate the new GraphQl schema:
219219` ` ` bash
220220php bin/console ibexa:graphql:generate-schema
221221` ` `
222+
223+ # ## Ibexa Cloud
224+
225+ Update Platform.sh configuration and scripts.
226+
227+ Generate new configuration with the following command :
228+
229+ ` ` ` bash
230+ composer ibexa:setup --platformsh
231+ ` ` `
232+
233+ Review the changes applied to `.platform.app.yaml`, `.platform/` and `bin/platformsh_prestart_cacheclear.sh`,
234+ merge with your custom settings if needed, and commit them to Git.
Original file line number Diff line number Diff line change @@ -316,6 +316,20 @@ Run the following scripts:
316316 composer update "symfony/*"
317317 ```
318318
319+ #### Ibexa Cloud
320+
321+ Update Platform.sh configuration and scripts.
322+
323+ Generate new configuration with the following command:
324+
325+ ``` bash
326+ composer ibexa:setup --platformsh
327+ ```
328+
329+ Review the changes applied to ` .platform.app.yaml ` , ` .platform/ ` and ` bin/platformsh_prestart_cacheclear.sh ` ,
330+ merge with your custom settings if needed, and commit them to Git.
331+
332+
319333### v3.3.14
320334
321335#### VCL configuration
You can’t perform that action at this time.
0 commit comments