Hello,
I upgraded my dedicated Proxmox Backup to pbs-2 this morning, using this guide: https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x
Everything went fine during the upgrade process, but after a reboot, the server is stuck on this line:
I do not have the possibility to access a GRUB menu, as this is a dedicated server.
I can however boot a rescue live CD and then chrrot into my pbs system, here are some information :
Until this morning, the server was running pbs-1.x (I do not remember the exact version, but it was up to date, so I guess it was latest pbs-1.x) on top of Debian 10. This installation was relatively young (about 1 month) and I did not install anything else than pbs on this box.
Thank you for your help, I would gladly provide any additional information required
I upgraded my dedicated Proxmox Backup to pbs-2 this morning, using this guide: https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x
Everything went fine during the upgrade process, but after a reboot, the server is stuck on this line:
Code:
[*** ] A start job is running for Network …tialization (10min 32s / no limit)
I do not have the possibility to access a GRUB menu, as this is a dedicated server.
I can however boot a rescue live CD and then chrrot into my pbs system, here are some information :
Code:
root@myPublicIP:/var/log# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp0s20
iface enp0s20 inet dhcp
root@myPublicIP:/var/log# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:07:cb:04:0d:48 brd ff:ff:ff:ff:ff:ff
inet myPublicIP/24 brd xxx.xxx.222.255 scope global enp0s20
valid_lft forever preferred_lft forever
inet6 fe80::207:cbff:fe04:d48/64 scope link
valid_lft forever preferred_lft forever
Until this morning, the server was running pbs-1.x (I do not remember the exact version, but it was up to date, so I guess it was latest pbs-1.x) on top of Debian 10. This installation was relatively young (about 1 month) and I did not install anything else than pbs on this box.
Thank you for your help, I would gladly provide any additional information required