Skip to content

how to upgrade jans server ? #1081

Closed Answered by manojs1978
manojs1978 asked this question in Q&A
Discussion options

You must be logged in to vote

**jans upgrade ubuntu OS **

  1. download latest package file

    wget http:$(curl -s -L https://api.github.com/repos/JanssenProject/jans/releases/latest | egrep -o '/.*ubuntu20.04_amd64.deb' | head -n -O /tmp/jans.ubuntu20.04_amd64.deb

  2. run below upgrade command

    sudo apt upgrade -y /tmp/jans.ubuntu20.04_amd64.deb

  3. verify upgraded version

apt-cache policy jans

jans upgrade on RHEL/CentOS8

  1. download and upgrade latest package file

yum upgrade -y https:$(curl -s -L https://api.github.com/repos/JanssenProject/jans/releases/latest | egrep -o '/.*el8.x86_64.rpm' | head -n 2) verify upgraded version

rpm -qa |grep jans

Replies: 2 comments 3 replies

Comment options

manojs1978
Aug 5, 2022
Collaborator Author

You must be logged in to vote
2 replies
@ossdhaval
Comment options

@manojs1978
Comment options

manojs1978 Mar 13, 2023
Collaborator Author

Answer selected by moabu
Comment options

You must be logged in to vote
1 reply
@manojs1978
Comment options

manojs1978 May 8, 2023
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants