Skip to content

Commit 9e7d19e

Browse files
committed
to_4.0.md: opportunity to review Ibexa Cloud changes.
1 parent 27580ef commit 9e7d19e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/update_and_migration/from_3.3/to_4.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,16 @@ Finally, generate the new GraphQl schema:
219219
``` bash
220220
php 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.

docs/update_and_migration/from_3.3/update_from_3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Run the following scripts:
317317

318318
#### Ibexa Cloud
319319

320-
Update Platform.sh configuration for PHP and Varnish.
320+
Update Platform.sh configuration and scripts.
321321

322322
Generate new configuration with the following command:
323323

0 commit comments

Comments
 (0)