How to apply last updates if install was done by RPM's
Hi we are deploying DKIM and looks like we need this fix https://github.com/jethrocarr/namedmanager/commit/3c336c097623ba699b3ff37d4979c4971e8a673c in our servers, our deployment was based in your rpm's, so my question is how can I apply this changes to our environment?
Thanks in advance
Build a new RPM from source using https://github.com/jethrocarr/namedmanager/blob/master/resources/namedmanager.spec
Thanks Jethro, now I have a the RPM's, attached in case you want to share them with the community. However I do have an error while trying to login to the web, the error is this:
"The application has been updated, but the database has not been upgraded to match. Login is disabled until this is resolved" Can you please let me know the process to solve this issue? Thanks
hi dotmx,
Sorry probably my fault - I merged a change recently and didn't double check they had updated the schema version setting in htdocs/include/config.php.
Commit f8e80a090c294ec08aa848bbc1ed6f96b0066a09 should fix this if you pull & rebuild the latest.
If that doesn't work, please check what the schema version in the config table is set to and advise.
Also thanks for the RPM offer, but all good. I'm overdue to do a release and publish some new RPMS at some point soon, so I'll generate some updated officials.
regards, Jethro
Thank Jethro, It did the trick! BTW I'm planning to move my dns servers to centos 7, will you have RPM's for Centos 7 otherwise let me know and I can share mines.
Thanks