-
Notifications
You must be signed in to change notification settings - Fork 18
Upgrades between several versions
Nicolas North edited this page Dec 15, 2017
·
3 revisions
Every aenigma update [like v0.46 over v0.45] is tested:
- By upgrading an existing install from the immediately previous version [like v0.45 in case of v0.46]
- By installing the new version on a brand new ubuntu 16 machine
- By cloning the new version on a brand new machine and then running a restore from S3 in bootstrap mode.
We do not test upgrading from older versions to the newest one directly.
If you are having issues doing so, after performing the git clone
, please:
- Edit the
aenigma/install.sh
file and edit theinstallvers=
option to match the version immediately after yours [i.e. v0.45 for v0.44]. - Run the installer as usual with
bash aenigma/install.sh
- Re-clone aenigma, try going right ahead with the install [to install the latest version], and if that fails too, repeat the above steps.