Skip to content

Commit 764c855

Browse files
committedMay 11, 2017
Reverse order or upgrade tutorials
1 parent e41a344 commit 764c855

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ manually from `/opt/iRedMail.tips` within your current container.
9393
If you're uncertain, do not skip releases and only update from one
9494
release to the release immediately following it.
9595

96+
### 0.9.5(-1) -> 0.9.6
97+
98+
Restart your iRedMail container using the new `iredmail:0.9.6` image.
99+
100+
#### iRedAPD
101+
102+
Execute the following SQL in iredapd's MySQL database:
103+
104+
```
105+
CREATE INDEX client_address_passed ON greylisting_tracking (client_address, passed);
106+
```
107+
96108
### 0.9.4 -> 0.9.5(-1)
97109

98110
First, shutdown your running iRedMail container.
@@ -135,18 +147,6 @@ Now, restart your iRedMail container using the new `iredmail:0.9.5-1` image.
135147
Within the recreated container, changedir into
136148
`/opt/www/roundcubemail` and run `bin/update.sh`.
137149

138-
### 0.9.5(-1) -> 0.9.6
139-
140-
Restart your iRedMail container using the new `iredmail:0.9.6` image.
141-
142-
#### iRedAPD
143-
144-
Execute the following SQL in iredapd's MySQL database:
145-
146-
```
147-
CREATE INDEX client_address_passed ON greylisting_tracking (client_address, passed);
148-
```
149-
150150
## Contribution
151151

152152
Pull requests very welcome! :-)

0 commit comments

Comments
 (0)
Please sign in to comment.