summaryrefslogtreecommitdiff
path: root/net/rabbitmq/pkg-message
blob: a82b14e4cab3f6a4a019e2eaa44bf9d49d9d4a6a (plain) (blame)
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
[
{ type: upgrade
  message: <<EOM
In preparation for upgrading to future RabbitMQ releases, users *must*
enable all feature flags before upgrading to v4.0.4, and subsequently,
enable all feature flags *again* directly after upgrading.

See https://www.rabbitmq.com/docs/upgrade for details.
EOM
}
{ type: install
  message: <<EOM
First-time users will want to run:

sudo -u rabbitmq rabbitmq-plugins enable rabbitmq_management
sudo -u rabbitmq rabbitmqctl enable_feature_flag --experimental khepri_db

and restart, to enable the web admin console at http://localhost:15672/
with a default username and password of guest:guest. You should change it..

See https://www.rabbitmq.com/docs for install help, and
https://www.rabbitmq.com/docs/configure for further options.
EOM
}
]