User Tools

Site Tools


pfsense:upgrade_pfsense

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pfsense:upgrade_pfsense [2020/04/09 19:11] peterpfsense:upgrade_pfsense [2021/01/06 14:23] (current) – [Prepare a fall back plan] peter
Line 1: Line 1:
 ====== PFSense - Upgrade PFSense ====== ====== PFSense - Upgrade PFSense ======
 +
  
 <WRAP important> <WRAP important>
 **IMPORTANT:**  Do not upgrade packages until after you have updated pfSense itself. **IMPORTANT:**  Do not upgrade packages until after you have updated pfSense itself.
 </WRAP> </WRAP>
 +
 +
  
  
Line 37: Line 40:
 If the upgrade fails for some reason, you could reinstall it from this USB stick, and then just reapply the changes you need. If the upgrade fails for some reason, you could reinstall it from this USB stick, and then just reapply the changes you need.
  
-As extra step, you could also have a another USB stick written with the current pfSense image file.+As an extra step, you could also have a another USB stick written with the current pfSense image file.
  
 This would allow you to revert the system to the existing version if really needed. This would allow you to revert the system to the existing version if really needed.
Line 82: Line 85:
 From the console or ssh: From the console or ssh:
  
-  * Select option 13 OR select option 8 and run:+  * Select option 13 OR select option 8 
 + 
 +{{:pfsense:pfsense_shell_options.png?800|}} 
 + 
 +and run:
  
 <code bash> <code bash>
Line 115: Line 122:
  
 <code bash> <code bash>
 +pkg-static update 
 +pkg-static upgrade -fy
 +
 pkg install -y pfSense-upgrade pkg install -y pfSense-upgrade
 +</code>
 +
 +----
 +
 +Could also try, after choosing Option 8,
 +
 +<code>
 +ifconfig
 +cpsw0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
 +        options=8000b<RXCSUM,TXCSUM,VLAN_MTU,LINKSTATE>
 +        ether 68:9e:19:9c:a6:59
 +        hwaddr 68:9e:19:9c:a6:59
 +        media: Ethernet autoselect (1000baseT <full-duplex>)
 +        status: active
 +        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
 +...
 +</code>
 +
 +Use the first NIC shown above in the following:
 +
 +<code bash>
 +dhclient cpsw0 
 +pkg-static update 
 +pkg-static upgrade -fy
 </code> </code>
  
Line 127: Line 161:
  
 https://docs.netgate.com/pfsense/en/latest/install/upgrade-troubleshooting.html https://docs.netgate.com/pfsense/en/latest/install/upgrade-troubleshooting.html
 +
 +https://files.pfsense.org/hashes/
  
pfsense/upgrade_pfsense.1586459480.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki