Bug #491
closed
Dynamic DNS upgrade code not working
Added by Chris Buechler over 14 years ago.
Updated almost 14 years ago.
Category:
Configuration Upgrade
Description
Dynamic DNS account is lost after upgrade from 1.2.3 to 2.0.
Here's some before-and-after config clippings for this. Looks like we may just need to move the <dyndns> entry as-is under <dyndnses> and maybe set interface to wan since that was the only choice on 1.2.x
Before:
<dyndns>
<type>dyndns</type>
<username>jim-p</username>
<password>xxxx</password>
<host>jim-p.is-a-geek.com</host>
<mx/>
<enable/>
</dyndns>
And after:
<dyndnses>
<dyndns>
<type>dyndns</type>
<username>jim-p</username>
<password>xxxx</password>
<host>jim-p.is-a-geek.com</host>
<mx/>
<enable/>
<interface>wan</interface>
<descr>DynDNS for DSL</descr>
</dyndns>
</dyndnses>
- Status changed from New to Feedback
It was there just it wasn't working because 'dyndns' now i considered as a member of an array.
The config upgrade code worked a bit too well, it produced empty dyndns config items on upgrades when none existed before.
- Status changed from Feedback to Resolved
Seth Mos wrote:
The config upgrade code worked a bit too well, it produced empty dyndns config items on upgrades when none existed before.
- Subject changed from Dynamic DNS upgrade code missing to Dynamic DNS upgrade code not working
- Status changed from Resolved to New
This is reportedly not working, config is gone after upgrade.
- Status changed from New to Feedback
- Status changed from Feedback to New
Closer, everything but the username and password is converted properly. It's completely missing the username and password after upgrade.
- Status changed from New to Feedback
Should be ok now. It was using not correct key values to assign.
- Status changed from Feedback to Resolved
Also available in: Atom
PDF