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 @@ -200,3 +200,16 @@ Finally, generate the new GraphQl schema:
200200` ` ` bash
201201php bin/console ibexa:graphql:generate-schema
202202` ` `
203+
204+ # ## Ibexa Cloud
205+
206+ Update Platform.sh configuration and scripts.
207+
208+ Generate new configuration with the following command :
209+
210+ ` ` ` bash
211+ composer ibexa:setup --platformsh
212+ ` ` `
213+
214+ Review the changes applied to `.platform.app.yaml`, `.platform/` and `bin/platformsh_prestart_cacheclear.sh`,
215+ merge with your custom settings if needed, and commit them to Git.
Original file line number Diff line number Diff line change @@ -315,6 +315,20 @@ Run the following scripts:
315315 composer update "symfony/*"
316316 ```
317317
318+ #### Ibexa Cloud
319+
320+ Update Platform.sh configuration and scripts.
321+
322+ Generate new configuration with the following command:
323+
324+ ``` bash
325+ composer ibexa:setup --platformsh
326+ ```
327+
328+ Review the changes applied to ` .platform.app.yaml ` , ` .platform/ ` and ` bin/platformsh_prestart_cacheclear.sh ` ,
329+ merge with your custom settings if needed, and commit them to Git.
330+
331+
318332### v3.3.14
319333
320334#### VCL configuration
You can’t perform that action at this time.
0 commit comments