Skip to content

Commit fd72362

Browse files
committed
update_to_5.0.md: 2025_07_08_09_27_set_container_to_company.yaml
1 parent 9347f72 commit fd72362

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ Apply the following database update script:
271271
php bin/console ibexa:doctrine:schema:dump-sql vendor/ibexa/discounts-codes/src/bundle/Resources/config/schema.yaml | psql <database_name>
272272
```
273273

274-
TODO: Migration files? Content type updates? Seems not.
275-
276274
Many tables are renamed. Some columns are also renamed.
277275
If you have custom code directly querying those, you will need to update them.
278276

@@ -383,12 +381,25 @@ TODO: Compatibility "views" layers? Even if there is this layer to save time, it
383381

384382
### Clear cache pool
385383

386-
The persistence cache pool needs to be cleared.
384+
The persistence cache pool needs to be cleared to be able to use the repository again.
387385

388386
```
389387
php bin/console cache:pool:clear --all
390388
```
391389

390+
TODO: Only Redis/Memcached?
391+
392+
### Migration file(s)
393+
394+
TODO: Keep up to date
395+
396+
On Experience or Commerce, the following migration file(s) must be applied.
397+
398+
```
399+
php bin/console ibexa:migrations:import vendor/ibexa/corporate-account/src/bundle/Resources/migrations/2025_07_08_09_27_set_container_to_company.yaml
400+
php bin/console ibexa:migrations:migrate --file=2025_07_08_09_27_set_container_to_company.yaml --siteaccess=admin
401+
```
402+
392403
### Generate GraphQL schema
393404

394405
4.6's Back Office uses GraphQL while 5.0's one doesn't.

0 commit comments

Comments
 (0)