We have a server running Asterisk 1.4 and want to upgrade to a current version. On the new server Yum installs version 11, while the latest version available is 13. Server is Amazon Linux (AWS), current and updated. I see that EOL for 11 is two years from now. I prefer installing via yum, but don’t know if this will result in more upgrade problems from 11 to 13 in two years.
What is the preferred method of upgrading, and why?
- Install 11 via yum and upgrade to 13 using yum
- Add repository for 13 to yum (if possible) and install from there
- Compile from source
Here I see that installing from source is not recommended:
blogs.digium.com/2015/02/24/inst … -centos-6/
Are there other issues upgrading from such an old version?
I have not much experience with Asterisk installation or configuration. Somebody else installed the old server. What is the best way to handle this?