summaryrefslogtreecommitdiff
path: root/src/rabbit_upgrade.erl
Commit message (Expand)AuthorAgeFilesLines
* Remove a ton of special-case error_logger invocationsSimon MacMullen2014-08-111-4/+2
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Ooops.bug25901Matthew 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 2013bug25343Emile 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...bug24810Simon MacMullen2012-03-211-0/+3
* Look for cluster nodes in Mnesia's view of the world (in case we are a disc n...Simon MacMullen2012-03-201-1/+4
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* move file functions from misc to rabbit_fileAlexandru Scvortov2011-09-211-2/+2
* one way to check whether rabbit is runningbug24377Matthias Radestock2011-08-251-7/+1
* improve commentsAlexandru Scvortov2011-07-251-3/+3
* use mnesia:system_config(use_dir)Alexandru Scvortov2011-07-221-2/+10
* enable disc-less nodesAlexandru Scvortov2011-07-201-8/+2
* coughMatthew Sackman2011-03-231-2/+2
* Abstract out continuationMatthew Sackman2011-03-231-1/+1
* Merge headsSimon MacMullen2011-03-231-26/+29
|\
| * Detect discnodeishness prior to suffering disclessnessMatthew Sackman2011-03-231-1/+3
| * sort out how often and when we do the rabbit:prepare (set up log handlers), a...Matthew Sackman2011-03-231-6/+4
| * New decree is that you're not meant to match against ensure_stuff callsMatthew Sackman2011-03-231-4/+6
| * Renaming bits and pieces for consistency and checking a few more return value...Matthew Sackman2011-03-221-19/+20
* | Record all nodes, don't list them when we refuse to start.Simon MacMullen2011-03-231-9/+6
|/
* When upgrading a secondary node we call init_db twice: once early to force a ...Simon MacMullen2011-03-211-1/+1
* Don't try to determine whether a backup is needed before doing anything, take...Simon MacMullen2011-03-211-40/+18
* Oops.Simon MacMullen2011-03-211-2/+2
* maybe_remove_backup is safe when returning version_not_available since we wou...Simon MacMullen2011-03-211-10/+9
* Merge headsSimon MacMullen2011-03-211-22/+18
|\
| * Various QA tidyups, and stop exporting the backup / remove backup functions.Simon MacMullen2011-03-211-22/+18
* | Well I thought =~= was beautiful and appropriately approximate to ==Matthew Sackman2011-03-181-1/+1
|/
* Take a single backup before any upgrade, remove it when we're all clear.Simon MacMullen2011-03-181-37/+69
* Merge headsSimon MacMullen2011-03-181-19/+17
|\
| * Can't call =~= with non-version args, thus shuffle things around a bit. End u...Matthew Sackman2011-03-171-17/+16
| * Improve symmetry: if we write the running_disc_nodes on rabbit shutdown, we s...Matthew Sackman2011-03-171-2/+1