-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
User reports issue upgrading R2S from 25.01 to 25.02:
I just updated my farm of r2s from 25.01.0 to 25.02.0 and getting Corrupt startup-config
I built a new image from 25.02 and dd the sdcard, same result
In 25.02 we made two syntax changes to existing YANG models that stepped the version of confd to 1.5, this can be seen in .cfg files in the "infix-meta:meta" node. To handle syntax changes we have introduced jq scripts that migrate the startup-config of deployed machines when they first start up with a new confd version. So in this case, upgrading from 25.01 to 25.02, two scripts run:
- src/confd/share/migrate/1.5/10-change-key-types.sh
- src/confd/share/migrate/1.5/11-rename-etherlike.sh
The latter is for Qemu systems, so possibly the issue is with converting the SSH host key type.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done