Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/update_and_migration/from_4.6/update_to_5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,33 +1060,33 @@ Ensure your search index is up to date with the following command:
php bin/console ibexa:reindex
```

### Finalizing
## Finalizing

#### Clear cache and rebuild
### Clear cache and rebuild

Finish the update process:

```
composer run-script post-update-cmd
```

#### HTTP Cache
### HTTP Cache

Use the newer VCL files.
Depending on your reverse proxy, you'll find them in the following directories:

- Varnish: `vendor/ibexa/http-cache/docs/varnish/vcl/`
- Fastly: `vendor/ibexa/fastly/fastly/`

#### Ibexa Cloud
### Ibexa Cloud

Generate the Ibexa Cloud Platform.sh configuration files, review the changes with your own version, and merge your customizations.

```bash
composer ibexa:setup --platformsh
```

#### Conclusion
### Conclusion

Your project is now running the latest major version of [[= product_name =]].
To reach the last patch version, see [Update from v5.0.x to v5.0.latest](update_from_5.0.md)
Loading