Skip to content

Commit c08f3b5

Browse files
authored
Add 4.6.3 to 4.6.6 update steps (#2384)
1 parent cf27b74 commit c08f3b5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,21 @@ ibexa:
451451
channels:
452452
- sms
453453
```
454+
455+
## v4.6.4
456+
457+
#### Database update
458+
459+
Run the following scripts:
460+
461+
=== "MySQL"
462+
463+
``` bash
464+
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.3-to-4.6.4.sql
465+
```
466+
467+
=== "PostgreSQL"
468+
469+
``` bash
470+
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.3-to-4.6.4.sql
471+
```

0 commit comments

Comments
 (0)