diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-22 21:33:44 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-22 21:33:44 +0800 |
commit | afbd72edac28f7313997743c27e77e46266d49fc (patch) | |
tree | f77b19a0355b46676f7138474b10e9360d3e81dc /UPDATING | |
parent | 9ed782a5b662b2b7687d39a980d8ff12cd11536f (diff) | |
download | freebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.tar.gz freebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.tar.zst freebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.zip |
Add a note about database change in new rabbitmq.
PR: ports/148456
Submitted by: Phillip <pneumann@gmail.com>
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 |