Project

General

Profile

Actions

Bug #491

closed

Dynamic DNS upgrade code not working

Added by Chris Buechler about 14 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Configuration Upgrade
Target version:
Start date:
04/08/2010
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

Dynamic DNS account is lost after upgrade from 1.2.3 to 2.0.

Actions #1

Updated by Jim Pingle almost 14 years ago

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>

Actions #2

Updated by Ermal Luçi almost 14 years ago

  • 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.

Actions #3

Updated by Seth Mos almost 14 years ago

The config upgrade code worked a bit too well, it produced empty dyndns config items on upgrades when none existed before.

Actions #4

Updated by Seth Mos almost 14 years ago

  • 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.

Actions #5

Updated by Chris Buechler over 13 years ago

  • 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.

Actions #6

Updated by Ermal Luçi over 13 years ago

  • Status changed from New to Feedback
Actions #7

Updated by Chris Buechler over 13 years ago

  • 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.

Actions #8

Updated by Ermal Luçi over 13 years ago

  • Status changed from New to Feedback

Should be ok now. It was using not correct key values to assign.

Actions #9

Updated by Ermal Luçi about 13 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF