diff options
| author | Simon MacMullen <simon@lshift.net> | 2008-12-01 10:42:25 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2008-12-01 10:42:25 +0000 |
| commit | dc21e5ea5ee0ad7f17388ae0b978e5ba62ad5648 (patch) | |
| tree | 836d5d4308031518be1c2a2001b230973efe46b9 | |
| parent | ee7cf85cd21102e0b6a33fe6b09ff58d29a3a582 (diff) | |
| download | rabbitmq-server-git-dc21e5ea5ee0ad7f17388ae0b978e5ba62ad5648.tar.gz | |
Update the message shown on upgrade.
| -rw-r--r-- | packaging/debs/Debian/debian/templates | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packaging/debs/Debian/debian/templates b/packaging/debs/Debian/debian/templates index 3f87a0b41b..3cb9308452 100644 --- a/packaging/debs/Debian/debian/templates +++ b/packaging/debs/Debian/debian/templates @@ -1,9 +1,8 @@ Template: rabbitmq-server/mnesia-dir-note Type: note -Description: Mnesia schema changed - The Mnesia schema has changed. Under most circumstances it is safe to remove - the Mnesia directory and start again. However, if you ... or ... you would - need to ... +Description: Schema changed + The RabbitMQ database schema has changed. If your RabbitMQ database contains important data, such as user accounts, durable exchanges and queues, or persistent messages, then we recommend you contact support@rabbitmq.com for assistance with the upgrade. If you want to experiment with the new version in the meantime, simply move the database directory to a safe place. In all other cases just remove the directory. + Template: rabbitmq-server/do-what-with-mnesia-dir Type: select |
