File: README-3.2.1.txt

package info (click to toggle)
rabbitmq-server 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,948 kB
  • sloc: erlang: 257,835; javascript: 22,466; sh: 2,796; makefile: 2,517; python: 1,966; xml: 646; cs: 335; java: 244; ruby: 212; php: 100; perl: 63; awk: 13
file content (55 lines) | stat: -rw-r--r-- 2,050 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Release: RabbitMQ 3.2.1

Release Highlights
==================

server
------
bug fixes
25849 fix crash with {down_from_gm,down_from_gm} with multiply-mirrored queues
      (since 3.2.0)
25846 fix queue crashes when changing multiple HA policies simultaneously
      (since 3.0.0)
25618 ensure a mirrored queue mirror which crashes does not cause the leader replica to
      crash (since 2.6.0)
25838 prevent crashes due to timeouts when calling into the limiter
      (since 3.1.0)
25842 treat 32 bit Unix platforms as limited to 2GB not 4GB address space
      (since 1.7.1)
25845 reduce default heartbeat from 600s to 580s for better compatibility
      with common load balancer configurations (since 3.0.0)
25826 fix incorrect placement of file sync which could theoretically
      corrupt files when written just before a crash (since 3.0.0)


building / packaging
--------------------
bug fixes
25835 ship a useful README in /usr/share/doc for Debian and RPM (since 1.0.0)


management plugin
-----------------
bug fixes
25811 fix web UI authentication via the initial URI for browsers which are
      not Chrome (since 3.2.0)
25861 fix web UI login when user name or password contains '%' (since 3.2.0)


Upgrading
=========
To upgrade a non-clustered RabbitMQ from release 2.1.1 or later, simply install
the new version. All configuration and persistent message data is retained.

To upgrade a clustered RabbitMQ from release 2.1.1 or later, install the new
version on all the nodes and follow the instructions at
https://www.rabbitmq.com/clustering.html#upgrading .

To upgrade RabbitMQ from release 2.1.0, first upgrade to 2.1.1 (all data will be
retained), and then to the current version as described above.

When upgrading from RabbitMQ versions prior to 2.1.0, the existing data will be
moved to a backup location and a fresh, empty database will be created. A
warning is recorded in the logs. If your RabbitMQ installation contains
important data then we recommend you contact support at rabbitmq.com for
assistance with the upgrade.