summaryrefslogtreecommitdiff
path: root/src/rabbit_upgrade.erl
Commit message (Expand)AuthorAgeFilesLines
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-08-301-1/+1
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* spelling: positivesJosh Soref2019-02-121-1/+1
* spelling: everythingJosh Soref2019-02-121-1/+1
* Fix errors reported by DialyzerJean-Sébastien Pédron2019-02-011-14/+23
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-8/+7
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Per-vhost supervision trees for queues and message stores.Daniil Fedotov2017-04-121-1/+2
* Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\
| * (c) yearMichael Klishin2017-04-021-1/+1
* | change error function with rabbit_log:errorGabriele Santomaggio2016-12-211-1/+1
* | Keep backup between mnesia upgrade and message store upgradeDaniil Fedotov2016-11-281-11/+24
* | Rename an upgrade functionMichael Klishin2016-11-091-2/+2
* | New upgrade scope `queues` started by boot step before queue recoveryDaniil Fedotov2016-10-201-0/+13
|/
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-8/+5
* Update (c) infoMichael Klishin2016-01-011-1/+1
* WordingMichael Klishin2015-12-081-4/+4
* Report backup directory if previous update is failedDaniil Fedotov2015-12-081-2/+7
* (c) yearMichael Klishin2015-05-241-1/+1
* Detect starting as the old node name after a rename and roll back. Also renam...Simon MacMullen2014-11-281-1/+1
* OopsSimon MacMullen2014-11-281-1/+1
* Don't be so keep to call upgrade_mode/1, it can die in all sorts of ways.Simon MacMullen2014-11-271-4/+4
* Rearrange things a bit. We now have something that seems to work.Simon MacMullen2014-11-271-2/+4
* Remove a ton of special-case error_logger invocationsSimon MacMullen2014-08-111-4/+2
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* Ooops.Matthew Sackman2013-11-281-2/+2
* Introduce halt_on_upgrade_failure app env param and set it to true. Only thro...Matthew Sackman2013-11-281-2/+7
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* move table handling code from rabbit_mnesia to rabbit_tableMatthias Radestock2012-09-241-4/+1
* unify the various functions to get the cluster nodes into oneFrancesco Mazzoli2012-09-211-2/+2
* revert all the ordsets operations to listsFrancesco Mazzoli2012-09-211-8/+8
* ordsets instead of lists in `rabbit_upgrade'Francesco Mazzoli2012-09-191-7/+7
* OopsSimon MacMullen2012-09-181-2/+2
* Rework booleans around init_db() and friends:Simon MacMullen2012-09-181-1/+1
* ditch the booleans to control decisions on disc/ram nodesFrancesco Mazzoli2012-09-181-9/+12
* more informative and useful error messagesFrancesco Mazzoli2012-09-121-4/+6
* first attempt at refactoring `rabbit_mnesia:init_db'Francesco Mazzoli2012-06-011-1/+1
* handle legacy `cluster_nodes.config' and `running_nodes_at_shutdown'Francesco Mazzoli2012-05-241-1/+2
* store more info about the cluster on disc, check other nodes before clusteringFrancesco Mazzoli2012-05-151-22/+7
* fix leave_cluster, update rabbit_app.inFrancesco Mazzoli2012-05-141-1/+1
* change function to find out about cluster nodesFrancesco Mazzoli2012-05-141-4/+6
* added `join_cluster', deprecated `cluster, changed the structure of the node ...Francesco Mazzoli2012-05-111-2/+2
* re-added a boolean parameter to init_db to prevent upgradingFrancesco Mazzoli2012-05-041-3/+3
* remove the fun argument in `rabbit_mnesia:init_db/3'.Francesco Mazzoli2012-05-041-3/+3
* fix specMatthias Radestock2012-03-221-1/+3
* So we actually need to handle the case of starting from scratch separately, o...Simon MacMullen2012-03-211-0/+3