Skip to content

Commit 669ef55

Browse files
committed
update_from_4.5.md: Deduplicate v4.5.latest instructions
1 parent 45a0657 commit 669ef55

File tree

2 files changed

+3
-52
lines changed

2 files changed

+3
-52
lines changed

docs/update_and_migration/from_4.4/update_from_4.4.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -240,56 +240,6 @@ php bin/console ibexa:migrations:import vendor/ibexa/order-management/src/bundle
240240
php bin/console ibexa:migrations:migrate --file=order_permissions.yaml
241241
```
242242

243-
### v4.5.2
243+
## Update to v4.5.latest
244244

245-
#### Database update
246-
247-
Run the following scripts:
248-
249-
=== "MySQL"
250-
251-
``` bash
252-
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.5.1-to-4.5.2.sql
253-
```
254-
255-
=== "PostgreSQL"
256-
257-
``` bash
258-
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.1-to-4.5.2.sql
259-
```
260-
261-
### v4.5.3
262-
263-
#### Database update [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
264-
265-
Run the following scripts:
266-
267-
=== "MySQL"
268-
269-
``` bash
270-
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.5.2-to-4.5.3.sql
271-
```
272-
273-
=== "PostgreSQL"
274-
275-
``` bash
276-
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.2-to-4.5.3.sql
277-
```
278-
279-
### v4.5.4
280-
281-
#### Database update
282-
283-
Run the following scripts:
284-
285-
=== "MySQL"
286-
287-
``` bash
288-
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.5.3-to-4.5.4.sql
289-
```
290-
291-
=== "PostgreSQL"
292-
293-
``` bash
294-
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.3-to-4.5.4.sql
295-
```
245+
You can now continue with the application of the 4.5 patches instructions starting with [v4.5.2](update_from_4.5.md#v452).

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Run the following scripts:
8585
``` bash
8686
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.3-to-4.5.4.sql
8787
```
88+
8889
## Update from v4.5.latest to v4.6
8990

9091
When you have the latest version of v4.5, you can update to v4.6.

0 commit comments

Comments
 (0)