In-Place Upgrade Proxmox VE from 7 to 8

  Рет қаралды 8,975

i12bretro

i12bretro

Күн бұрын

#ProxMox #Hypervisor #Upgrade
Full steps can be found at i12bretro.gith...
💡 NOTE: These steps are for a single standalone Proxmox server. They have not been tested in a clustered environment
🚨 WARNING: Make sure to create external backups of all important VMs and CTs just in case something goes wrong. You've been warned.
01. Log into Proxmox VE, either at the console or the web UI and launch the web shell
02. Stop all running VMs and CTs
03. Run the following commands to make sure Proxmox VE is running the latest 7 updates
disable proxmox commmercial repo
sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
add the proxmox community repo
echo "deb download.proxmo... $(grep "VERSION=" /etc/os-release | sed -n 's/.*(\(.*\)).*/\1/p') pve-no-subscription" ≫ /etc/apt/sources.list.d/pve-community.list
update software repositories
apt update
install software updates
apt dist-upgrade -y
clean apt cache
apt clean
run the upgrade checklist utility, resolve any issues reported before continuing
pve7to8 --full
update apt repositories to bullseye
sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list && sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-community.list && sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-enterprise.list
update software repositories
apt update
install software updates
apt dist-upgrade -y
clean apt cache
apt clean
reboot
reboot now
04. That's it, Proxmox VE has now been updated to the latest v8.x
Source and Additional Info: pve.proxmox.co...
Connect with me and others ###
★ Discord: / discord
★ Reddit: / i12bretro
★ Twitter: / i12bretro

Пікірлер: 43
@scorpjitsu
@scorpjitsu Жыл бұрын
Just the facts. Take note other creators...this is how you do a tutorial!
@i12bretro
@i12bretro Жыл бұрын
That's the goal! Thanks for the comment
@boriscrypto
@boriscrypto Жыл бұрын
thank you so much for this video. it walked me through the entire steps of upgrading from v7.4 to v8. you are the greatest.
@i12bretro
@i12bretro Жыл бұрын
Glad it was helpful
@TheMiggins
@TheMiggins Жыл бұрын
Absolutely brilliant. Extremely helpful and educational video. It doesn't get better, or easier than this folks.
@i12bretro
@i12bretro Жыл бұрын
Appreciate the kind comment!
@andymok7945
@andymok7945 Жыл бұрын
Thanks. I watched a few videos and just finished upgrading two Proxmox systems. Both upgraded without any issues.
@i12bretro
@i12bretro Жыл бұрын
Glad to hear it was helpful
@RiddleSolutions4U
@RiddleSolutions4U 11 ай бұрын
Thanks for the detailed steps for this upgrade. Great job!👍
@i12bretro
@i12bretro 11 ай бұрын
You're welcome, glad it was helpful
@johanvorstermanvanoijen2626
@johanvorstermanvanoijen2626 Жыл бұрын
Thank you for sharing this intel. I upgrade to Proxmox 8 without any problem. Thanks again :)
@i12bretro
@i12bretro Жыл бұрын
Glad to hear it was helpful
@holohane
@holohane 7 ай бұрын
Excellent video. Concise and to the point. Thanks for your work. Liked, subscribed, and shared :)
@manishholla
@manishholla Жыл бұрын
perfect instruction. thank you 🤝🤝
@i12bretro
@i12bretro Жыл бұрын
You're welcome! Thanks for the comment
@MrCWoodhouse
@MrCWoodhouse Жыл бұрын
Thank you very much for the walkthrough!
@i12bretro
@i12bretro Жыл бұрын
You're welcome
@stealthfox77
@stealthfox77 Жыл бұрын
Thanks you so much friend. This is fantastic walkthrough. It's easy and gets to the point.
@i12bretro
@i12bretro Жыл бұрын
You're welcome. Thanks for the comment
@martinottolangui4667
@martinottolangui4667 Жыл бұрын
cheers got a new follower 👍
@IEnjoyCreatingVideos
@IEnjoyCreatingVideos Жыл бұрын
Thank you for sharing the video this helped a lot 💖👍😎JP
@i12bretro
@i12bretro Жыл бұрын
Glad it was helpful. Thanks for the comment
@IEnjoyCreatingVideos
@IEnjoyCreatingVideos Жыл бұрын
@@i12bretro :) Your very welcome, Have a awesome weekend!😎JP
@Cynric10
@Cynric10 Жыл бұрын
cheers mate! Thank you!
@i12bretro
@i12bretro Жыл бұрын
You're welcome
@louissenderler6866
@louissenderler6866 Жыл бұрын
Good video!
@i12bretro
@i12bretro Жыл бұрын
Appreciate it!
@JaPaKa80
@JaPaKa80 Жыл бұрын
thx so much 4 your work
@i12bretro
@i12bretro Жыл бұрын
You're welcome!
@seraj_eb164
@seraj_eb164 Жыл бұрын
Very helpful
@kristof9497
@kristof9497 Жыл бұрын
Thank you.
@i12bretro
@i12bretro Жыл бұрын
You're welcome!
@yormantorres2908
@yormantorres2908 Жыл бұрын
thanks bro!!!
@i12bretro
@i12bretro Жыл бұрын
You're welcome
@_z_e_l_2391
@_z_e_l_2391 9 ай бұрын
great video, when I want to do the dist upgrade it tries to uninstall proxmox what can I do ?
@jinkx7573
@jinkx7573 4 ай бұрын
Holy moses, do NOT install "grub-efi-amd64" if the pve7to8 tool warns you it's missing. Nightmare to get removed. Had to boot to previous kernel, then "apt-get remove grub-efi-amd64" then reboot again in order to get proxmox to boot fully, otherwise stuck at initramfs ... you have been warned :)
@Twist3d0n3
@Twist3d0n3 Жыл бұрын
how're you supposed to do this when opnsense is running in a vm? I lose net connection (obv) when I shutdown the vm
@i12bretro
@i12bretro Жыл бұрын
Interesting problem. Seems like there's 2 possible ways, 1) get Proxmox internet another way, bypassing OPNSense 2) try caching the upgrade packages before powering down the OPNSense VM. There's a -d flag that is download only, ie apt dist-upgrade -d. I've never tried it, but may be helpful in your scenario
@jj-icejoe6642
@jj-icejoe6642 Жыл бұрын
Virtualized Firewall is a BIG no no
@Twist3d0n3
@Twist3d0n3 Жыл бұрын
@@i12bretro Thank you!
@i12bretro
@i12bretro Жыл бұрын
Welcome!
@Twist3d0n3
@Twist3d0n3 Жыл бұрын
@@i12bretro Finally got round to it - adding the -d flag worked like a charm! Thanks again for your help
How to Upgrade Proxmox 7 to 8
18:21
Tech Tutorials - David McKone
Рет қаралды 10 М.
Last Person Hanging Wins $10,000
00:43
MrBeast
Рет қаралды 150 МЛН
Upgrade to Proxmox VE 8 from Proxmox 7.x using pve7to8 for FREE!
9:18
Category5 Technology TV with Robbie Ferguson
Рет қаралды 4 М.
Split A GPU Between Multiple Computers - Proxmox LXC (Unprivileged)
25:59
Proxmox 10 tweaks you need to know
9:48
VirtualizationHowto
Рет қаралды 57 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 357 М.
Upgrading from ProxMox 6 to ProxMox 7
7:41
H2DC - How to do Computers
Рет қаралды 11 М.
5 Ways to Make Proxmox Better (New Install Changes)
16:41
WunderTech
Рет қаралды 45 М.
12VHPWR on RTX 5090 is Extremely Concerning
20:36
der8auer EN
Рет қаралды 13 М.
PROXMOX VDI Client - A Better Approach to Thin Clients for Proxmox
15:56
apalrd's adventures
Рет қаралды 120 М.
NAS Shares On LXC - Unprivileged - Jellyfin Example
13:35
Jim's Garage
Рет қаралды 49 М.
Update Proxmox 7 to Proxmox 8
7:25
virtualize everything
Рет қаралды 18 М.