diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-22 13:33:44 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-22 13:33:44 +0000 |
commit | 9001141c2edc94e6646ac2da2f68f46f2450a20d (patch) | |
tree | 4a3d9b1c0b314c5de43dceef1ae40680fb888983 /UPDATING | |
parent | ee8c3d1b7c0b5727bf86f2e6ace37797efdeab52 (diff) |
Add a note about database change in new rabbitmq.
PR: ports/148456
Submitted by: Phillip <pneumann@gmail.com>
Notes
Notes:
svn path=/head/; revision=258056
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100722: + AFFECTS: users of net/rabbitmq + AUTHOR: Phillip <pneumann@gmail.com> + + The database schema and the format in which persistent messages are + stored have both changed since the last release (1.7.2). When + starting, the RabbitMQ server will detect the existence of an old + database and will move it to a backup location, before creating a + fresh, empty database, and will log a warning. + 20100715: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org |