summaryrefslogtreecommitdiff
path: root/src/rabbit_upgrade.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ensure mnesia is stopped for the local upgrade backup.Simon MacMullen2011-03-181-2/+3
|/
* renamingsMatthew Sackman2011-03-171-4/+4
* incorporate qa feedback. The version.erl api is rather nice now: the version ...Matthew Sackman2011-03-171-96/+20
* englishMatthew Sackman2011-03-161-1/+1
* Abstract and rewrite schema_version handling functionsMatthew Sackman2011-03-161-66/+30
* Merging default into bug23425Matthew Sackman2011-03-161-40/+267
|\
| * Use lists:append/1.Simon MacMullen2011-03-081-1/+1
| * Don't change the version file formatSimon MacMullen2011-03-081-31/+18
| * Simpler is_new_version/1.Simon MacMullen2011-03-071-4/+5
| * Spec, rename functions.Simon MacMullen2011-03-071-2/+2
| * Variety of small QA-related tweaks.Simon MacMullen2011-03-071-10/+10
| * Explain the tuple here.Simon MacMullen2011-03-071-0/+2
| * Don't look at the cluster config, it is not trustworthy (for what we want).Simon MacMullen2011-02-221-14/+19
| * Make sure logging is working if we're about to actually do something.Simon MacMullen2011-02-221-0/+2
| * Merge in defaultSimon MacMullen2011-02-221-1/+0
| |\
| * | Retain ram-nodeness when upgrading.Simon MacMullen2011-02-171-12/+13
| * | Make the error messages more readable.Simon MacMullen2011-02-171-10/+14
| * | (Untested) Record the nodes that were up when we shut down.Simon MacMullen2011-02-161-9/+37
| * | ProseSimon MacMullen2011-02-161-0/+41
| * | RenameSimon MacMullen2011-02-161-6/+6
| * | Revert where rabbit:prepare happens.Simon MacMullen2011-02-161-1/+0
| * | inliningMatthew Sackman2011-02-141-2/+1
| * | CosmeticMatthew Sackman2011-02-141-7/+7
| * | Change the new version format from:Simon MacMullen2011-01-261-3/+5
| * | Merged in defaultSimon MacMullen2011-01-261-40/+196
| |\ \
| | * | Cosmetic.Simon MacMullen2011-01-121-20/+14