diff options
author | RJ <[email protected]> | 2013-09-20 10:22:07 +0000 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-09-20 20:07:38 -0500 |
commit | 963909d6a3793a4b0aec71d282f9246f605070ef (patch) | |
tree | 0f4c915328bf2a79e9c3bc252a847680bc763e8c /src/rlx_prv_config.erl | |
parent | a9cf1124f7d8d1333c79d542b900d3d0e12552c3 (diff) | |
download | relx-963909d6a3793a4b0aec71d282f9246f605070ef.tar.gz relx-963909d6a3793a4b0aec71d282f9246f605070ef.tar.bz2 relx-963909d6a3793a4b0aec71d282f9246f605070ef.zip |
Support upgrade and downgrade between versions
The "bin/RELNAME install" command now handles upgrading and downgrading.
It unpacks and installs new versions as needed, or just sets existing
releases as current/permanent as needed.
I renamed from "bin/RELNAME upgrade" because it handles downgrades too.
"upgrade" and "downgrade" are now synonyms for "install"
Additionally, when installing a new to-be-unpacked version, you can say:
bin/RELNAME install 0.1.1/beat
OR just:
bin/RELNAME install 0.1.1
in which case the /RELNAME part is added automatically. This is to keep
the version spec for downgrades the same as for new upgrades.
This is fully backwards compatible with the existing "upgrade" command.
Diffstat (limited to 'src/rlx_prv_config.erl')
0 files changed, 0 insertions, 0 deletions