Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-8562: Command to remove duplicated entries #2498

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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 @@
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?

Check failure on line 432 in docs/update_and_migration/from_3.3/update_from_3.3.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_3.3/update_from_3.3.md#L432

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/update_and_migration/from_3.3/update_from_3.3.md", "range": {"start": {"line": 432, "column": 55}}}, "severity": "ERROR"}
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 @@

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 @@

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?

Check failure on line 543 in docs/update_and_migration/from_4.5/update_from_4.5.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/update_and_migration/from_4.5/update_from_4.5.md#L543

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/update_and_migration/from_4.5/update_from_4.5.md", "range": {"start": {"line": 543, "column": 55}}}, "severity": "ERROR"}
Loading