Failed to get versions

Manage All Your Servers From one User-Friendly Interface
Post Reply
ezols
Posts: 2
Joined: December 23rd, 2021, 2:41 pm

Failed to get versions

Post by ezols »

Hey,

Im unable to isntall jetbackup-mc on Centos 8.
Im following this instruction - https://docs.jetbackup.com/mc/v1.0.10/G ... ation.html

Code: Select all

yum install http://repo.jetlicense.com/centOS/jetapps-repo-latest.rpm
yum clean all --enablerepo=jetapps*
yum install jetapps --disablerepo=* --enablerepo=jetapps
After launching this command

Code: Select all

jetapps --install jetbackup-mc edge
I get message - "Failed to get versions"

in the log file i have this:

Code: Select all

cat /usr/local/jetapps/var/log/jetapps/20211223.124429_32423.log
***********************************
10 files removed
***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup-mc --disablerepo=* 2>/dev/null | awk '{print $3, $2}' | grep -E '^installed|^@/?jetapps-?|^@@commandline'

***********************************
***********************************
yum --skip-broken --showduplicates list jetbackup-mc --disablerepo=* --enablerepo=jetapps,jetapps-edge 2>/dev/null | awk '{print $3" "$2}' | grep -E '@jetapps-?|^jetapps-?|^@@commandline' | awk '{print edge}' | sort -V | tail -1
***********************************
Please help me out with this matter.

Thanks
JetAppsClark
Staff Member
Staff Member
Posts: 21
Joined: October 4th, 2017, 4:40 am

Re: Failed to get versions

Post by JetAppsClark »

Hello @ezols,

Thanks for reaching out regarding JetBackup MC! Per the System Requirements, JetBackup MC only supports CentOS 7, and CentOS 8 is not supported at this time.

These are the minimum system requirements for installing JetBackup Management Console:

Code: Select all

A clean CentOS 7.X Minimal Install
2.2GHz Processor
2GB Ram
64bit OS
For more details: https://docs.jetbackup.com/mc/v1.0.10/G ... ation.html

Please feel free to let us know if you have any other questions.
Thank You,
Clark, JetApps Team
ezols
Posts: 2
Joined: December 23rd, 2021, 2:41 pm

Re: Failed to get versions

Post by ezols »

Thanks for pointing out, after reinstalling to Centos 7 im able to install it.
JetappsCris
Staff Member
Staff Member
Posts: 33
Joined: December 1st, 2021, 2:12 am

Re: Failed to get versions

Post by JetappsCris »

Hi Ezols,

Thank you forr letting us know you were able to install JetBackup-MC.
Please feel free to reach out to us if you have any questions.
Best Regards,
Cristofer, JetApps Team
Post Reply