Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Magdalena Dziadosz <[email protected]>
  • Loading branch information
adriendupuis and MagdalenaZuba authored Dec 22, 2023
1 parent 4d29d10 commit 1350a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/content_management/data_migration/exporting_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Note that you should test your migrations. See [Importing data](importing_data.m

!!! caution

`--siteaccess` option usage can be relevant on multi-languages repository.
You must export with the SiteAccess supporting all the languages, or migration skips translations in non-supported languages.
It is recommended to use the SiteAccess of the Back Office of the targeted repository.
The `--siteaccess` option usage can be relevant for a multi-language repository.
You must export with a SiteAccess that supports all languages, or the migration skips translations in non-supported languages.

Check warning on line 140 in docs/content_management/data_migration/exporting_data.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/data_migration/exporting_data.md#L140

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/content_management/data_migration/exporting_data.md", "range": {"start": {"line": 140, "column": 131}}}, "severity": "WARNING"}
It is recommended to use the SiteAccess from the Back Office of the targeted repository.

## type

Expand Down
7 changes: 3 additions & 4 deletions docs/content_management/data_migration/importing_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ Migrations store execution metadata in the `ibexa_migrations` database table.
This allows incremental upgrades:
the `ibexa:migrations:migrate` command ignores files that it had previously executed.

Notice the `--siteaccess` option usage.
This can be important, especially when several languages are used.
You must import with the SiteAccess supporting all the languages, or migration skips translations in non-supported languages.
It's recommended to use the SiteAccess of the Back Office of the targeted repository.
Notice that `--siteaccess` option usage is important when several languages are used.
You must import with a SiteAccess that supports all languages, or the migration skips translations in non-supported languages.
It's recommended to use the SiteAccess from the Back Office of the targeted repository.

## Migration step

Expand Down

0 comments on commit 1350a97

Please sign in to comment.