Skip to content
Closed
Show file tree
Hide file tree
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
9 changes: 7 additions & 2 deletions docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@ Run the following scripts:
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql
```

### v3.3.40
### v3.3.41

A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.
Run the command to deal with duplicated database entries (as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562)).

First, take a look at the available options for this command by running `php bin/console help ibexa:content:remove-duplicate-fields`.
For example, to not overload the database, treatment can be devided into batches with a delay between them.

TODO: Any advice about running this in production? On Ibexa Cloud?
13 changes: 9 additions & 4 deletions docs/update_and_migration/from_4.5/update_from_4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,6 @@ composer dump-autoload

No additional steps needed.

## v4.6.10

A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.

## v4.6.11

### Ibexa Cloud
Expand All @@ -536,3 +532,12 @@ composer ibexa:setup --platformsh

Review the changes applied to `.platform.app.yaml` and `.platform/`,
merge with your custom settings if needed, and commit them to Git.

## v4.6.12

Run the command to deal with duplicated database entries (as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562)).

First, take a look at the available options for this command by running `php bin/console help ibexa:content:remove-duplicate-fields`.
For example, to not overload the database, treatment can be devided into batches with a delay between them.

TODO: Any advice about running this in production? On Ibexa Cloud?