amuehlem / MISP-RPM

RPM packages for MISP
34 stars 15 forks source link

MISP not updating - RHEL 8 (RPM Packages) #73

Closed iZAK328 closed 1 year ago

iZAK328 commented 1 year ago

Hi,

I'm currently running a MISP instance (version 2.4.163) using RPM packages on a RHEL 8.6 server. I saw that the latest version on the Github page was found to be 2.4.164.

  1. Could this be because the installation was done using an RPM packages ?
  2. Are the RPM packages released separately from the main git repo ?

Also, at the time of the installation, the MISP version was 2.4.154 which had undergone updates all the way till 2.4.163 after which it threw the above error.

amuehlem commented 1 year ago

Hi iZAK328

Looks like I forgot to sync the repo after the last build. I re-synced and now you should be able to install version 2.4.164.

The status page checks the current installed version and the latest version via a HTTPS request to Github. Can your server access the internet (e.g. https://api.github.com/repos/MISP/MISP/commits?per_page=1)?

The branch will always generate an error, as the RPMs are not using the built in update mechanism but will install the version packaged in the RPMs.

Best Andreas

iZAK328 commented 1 year ago

Hi Andreas,

Thanks for your quick response. Yes I had updated to the latest version 2.4.164 and it seems to be working fine.

Thanks!