jethrocarr / namedmanager

AGPL web-based DNS management interface in PHP
349 stars 126 forks source link

How to apply last updates if install was done by RPM's #74

Open dotmx opened 6 years ago

dotmx commented 6 years ago

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

jethrocarr commented 6 years ago

Build a new RPM from source using https://github.com/jethrocarr/namedmanager/blob/master/resources/namedmanager.spec

dotmx commented 6 years ago

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

namedmanager-RPMs.zip

jethrocarr commented 6 years ago

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

dotmx commented 6 years ago

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