- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
Version 1.2.70 (Date August 4, 2023)
INFORMATION | |
Link |
https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.70.all.deb |
sha1sum |
df87d6ef9565ad3a13363fdb50beaba93652a950 |
apt update |
sudo apt-get update; sudo apt-get install expedition-beta |
manual update | cd /tmp; wget https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.70.all.deb; sudo dpkg -i expedition_1.2.70.all.deb; |
Can anyone tell me the upgrade path from Expedition Version 1.1.50 to 1.2.70 please? Is this like the PAN-OS whereby you must upgrade to latest major version patch release before going to the next major version level?
Thanks for reaching out.
You should be good updating directly to Expedition version 1.2.70 using the above commands.
However, I recommend creating a VM snapshot beforehand as a precautionary measure.
Please contact the email list fwmigrate@paloaltonetworks.com if you require any additional assistance.
Best regards,
David
David
Do you mean this command?:
sudo apt-get update; sudo apt-get install expedition-beta |
does this rely on the Expedition server being internet accessible, as ours is not, so any upgrade would have to be done locally after downloading the file?
Susan
Upgrade process does not need internet access if you previously download de upgrade debian package.
1) You can download the upgrade debian package from here:
https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.70.all.deb
2) Move it to your VM /tmp/ folder using scp/sftp.
3) Execute the manual installation:
cd /tmp;
sudo dpkg -i expedition_1.2.70.all.deb;
Let me know if you have any other issue.
Best regards,
David