We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf27b74 commit c08f3b5Copy full SHA for c08f3b5
docs/update_and_migration/from_4.5/update_from_4.5.md
@@ -451,3 +451,21 @@ ibexa:
451
channels:
452
- sms
453
```
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
470
+ psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.3-to-4.6.4.sql
471
0 commit comments