Note
This guide addresses specific issues related to older Debian Buster Instances transitioned to routed IP. For general information on routed IPs and migration procedures, refer to our main migration guide and the related FAQ.
On older Debian Buster images, the installed custom version of cloud-init
may interfere with IPv6 connectivity when the instance transitions to using routed IP. To avoid this, you should install a newer version of cloud-init
before the migration to routed IP. This procedure also recovers connectivity for an instance already using routed IP.
This guide addresses specific issues related to older Debian Buster Instances transitioned to routed IP. For general information on routed IPs and migration procedures, refer to our main migration guide and the related FAQ.
debian-stable
PPA.
The URL of the PPA may be configured to use the noble
series. Replace noble
with bionic
in the URL.
rm -f /etc/apt/sources.list.d/scaleway-ubuntu-stable-bionic.listadd-apt-repository ppa:scaleway/debian-stagingnano /etc/apt/sources.list.d/scaleway-ubuntu-debian-staging-noble.list
nano
, replace noble
with bionic
.scaleway-ecosystem
and cloud-init
. It is important to clean the previous cloud-init
data as the new version has a structure that may cause a failure at the next boot.
apt updateapt -y install scaleway-ecosystem cloud-initcloud-init clean
reboot
Your opinion helps us make a better documentation.