Skip to content

Commit

Permalink
Added upgrade mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Aug 14, 2024
1 parent 7608443 commit 923a236
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ If you are using MySQL, run the following update script:
mysql -u<username> -p<password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-3.3.1-to-3.3.2.sql
```

<!-- vale Ibexa.VariablesVersion = NO -->

### v3.3.4

#### Migration Bundle
Expand Down Expand Up @@ -418,4 +420,8 @@ Run the following scripts:

``` sql
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql
```
```

### v3.3.40

A command dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future.

Check warning on line 427 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#L427

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/update_and_migration/from_3.3/update_from_3.3.md", "range": {"start": {"line": 427, "column": 109}}}, "severity": "WARNING"}
4 changes: 4 additions & 0 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 @@ -517,3 +517,7 @@ composer dump-autoload
## v4.6.9

No additional steps needed.

## v4.6.10

A command dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future.

Check warning on line 523 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#L523

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/update_and_migration/from_4.5/update_from_4.5.md", "range": {"start": {"line": 523, "column": 109}}}, "severity": "WARNING"}

0 comments on commit 923a236

Please sign in to comment.