File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
docs/update_and_migration/from_4.5 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,32 @@ Run the following scripts:
8686 psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.3-to-4.5.4.sql
8787 ```
8888
89+ ### v4.5.5
90+
91+ No additional steps needed.
92+
93+ ### v4.5.6
94+
95+ #### Database update
96+
97+ Run the following scripts:
98+
99+ === "MySQL"
100+
101+ ``` bash
102+ mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.5.5-to-4.5.6.sql
103+ ```
104+
105+ === "PostgreSQL"
106+
107+ ``` bash
108+ psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.5-to-4.5.6.sql
109+ ```
110+
111+ ### v4.5.7
112+
113+ No additional steps needed.
114+
89115## Update from v4.5.latest to v4.6
90116
91117When you have the latest version of v4.5, you can update to v4.6.
You can’t perform that action at this time.
0 commit comments