-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.9.3
-
Component/s: Basic-Other
-
Labels:
-
Affect Type:Userdefined
To update ugene to the latest version on Amazon EC2 have to make a lot of action:
1) Connect to backend the instance over ssh;
2) Replace ugene binaries;
3) Create AMI from the backend instance;
4) Destroy all existing backend instances and remove its from database;
5) In the file "ec2.properties" set property "ec2.backend.imageId" to newly created AMI id;
6) Rebuild frontend and redeploy it.
A possible solution to facilitate the upgrade process:
Сreate EBS volume with ugene binaries, mount it to frontend instance and share this volume using samba, same as task volume.
Possible, add ugene updating interface to the web admin console.