I have an existing instance running on a Debian12 host which was installed using the “old” multi-container installer and as part of my migration to Debian13 I’d like to do a clean install of the new consolidated container.
I have all the mounted data as bind mounts and I know moving between similar hosts by rsyncing that data is fine.
My question is - if I make sure my current install is up to the newest release available (still multi) then rsync the data over to a fresh (single) install, is there any gotcha I haven’t considered? I really don’t want to have reconfigure all my routes, users, peers etc if I can avoid it.
TIA