Skip to content

Commit 3a74680

Browse files
authored
update_from_4.5.md: Add ibexa-4.5.5-to-4.5.6.sql (#2647)
1 parent 4686000 commit 3a74680

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)