Skip to content

Commit 3d75c5a

Browse files
Closes #2404
1 parent f2fc3e2 commit 3d75c5a

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/upgrade.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ The following shows the supported upgrade paths.
137137

138138
| From | To |
139139
|----------|--------|
140+
| 4.1.x | 4.2.x |
141+
| 4.0.x | 4.2.x |
140142
| 4.0.x | 4.1.x |
143+
| 3.13.x | 4.2.x |
141144
| 3.13.x | 4.1.x |
142145
| 3.13.x | 4.0.x |
143146
| 3.12.x | 3.13.x |
@@ -357,7 +360,7 @@ rabbitmq-upgrade.bat revive
357360
</Tabs>
358361

359362
The command exists to roll back (to the extent possible) the effects of the `drain` command.
360-
It is only necessary to run this command if you decided you can't restart the node as planned.
363+
It is only necessary to run this command if you decided you can't restart the node as planned.
361364

362365
It is **not** necessary to revive a node after it was restarted/upgraded, because the restart
363366
automatically takes the node out of maintenance mode.
@@ -411,5 +414,3 @@ Many client libraries libraries support host lists, for example:
411414
* [Java client](https://rabbitmq.github.io/rabbitmq-java-client/api/current/com/rabbitmq/client/ConnectionFactory.html#newConnection%28com.rabbitmq.client.Address%5B%5D%29)
412415
* [.NET client](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs#L392)
413416
* [Bunny](http://api.rubybunny.info/Bunny/Session.html#constructor_details)
414-
415-

versioned_docs/version-4.1/upgrade.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ The following shows the supported upgrade paths.
137137

138138
| From | To |
139139
|----------|--------|
140+
| 4.1.x | 4.2.x |
141+
| 4.0.x | 4.2.x |
140142
| 4.0.x | 4.1.x |
143+
| 3.13.x | 4.2.x |
141144
| 3.13.x | 4.1.x |
142145
| 3.13.x | 4.0.x |
143146
| 3.12.x | 3.13.x |
@@ -357,7 +360,7 @@ rabbitmq-upgrade.bat revive
357360
</Tabs>
358361

359362
The command exists to roll back (to the extent possible) the effects of the `drain` command.
360-
It is only necessary to run this command if you decided you can't restart the node as planned.
363+
It is only necessary to run this command if you decided you can't restart the node as planned.
361364

362365
It is **not** necessary to revive a node after it was restarted/upgraded, because the restart
363366
automatically takes the node out of maintenance mode.
@@ -411,5 +414,3 @@ Many client libraries libraries support host lists, for example:
411414
* [Java client](https://rabbitmq.github.io/rabbitmq-java-client/api/current/com/rabbitmq/client/ConnectionFactory.html#newConnection%28com.rabbitmq.client.Address%5B%5D%29)
412415
* [.NET client](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs#L392)
413416
* [Bunny](http://api.rubybunny.info/Bunny/Session.html#constructor_details)
414-
415-

versioned_docs/version-4.2/upgrade.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ The following shows the supported upgrade paths.
137137

138138
| From | To |
139139
|----------|--------|
140+
| 4.1.x | 4.2.x |
141+
| 4.0.x | 4.2.x |
140142
| 4.0.x | 4.1.x |
143+
| 3.13.x | 4.2.x |
141144
| 3.13.x | 4.1.x |
142145
| 3.13.x | 4.0.x |
143146
| 3.12.x | 3.13.x |
@@ -357,7 +360,7 @@ rabbitmq-upgrade.bat revive
357360
</Tabs>
358361

359362
The command exists to roll back (to the extent possible) the effects of the `drain` command.
360-
It is only necessary to run this command if you decided you can't restart the node as planned.
363+
It is only necessary to run this command if you decided you can't restart the node as planned.
361364

362365
It is **not** necessary to revive a node after it was restarted/upgraded, because the restart
363366
automatically takes the node out of maintenance mode.
@@ -411,5 +414,3 @@ Many client libraries libraries support host lists, for example:
411414
* [Java client](https://rabbitmq.github.io/rabbitmq-java-client/api/current/com/rabbitmq/client/ConnectionFactory.html#newConnection%28com.rabbitmq.client.Address%5B%5D%29)
412415
* [.NET client](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs#L392)
413416
* [Bunny](http://api.rubybunny.info/Bunny/Session.html#constructor_details)
414-
415-

0 commit comments

Comments
 (0)