Community discussions

MikroTik App
 
ofirule
newbie
Topic Author
Posts: 29
Joined: Tue Mar 26, 2019 6:19 pm

Installing routeros specific version

Mon Apr 15, 2019 6:46 pm

whats the easiest way to install a specific version of routeros via terminal or UI (if must)
lets say I want to automatically flash all my boards with routeros ver 6.44.2 or 6.44.1
 
McSee
Frequent Visitor
Frequent Visitor
Posts: 84
Joined: Tue Feb 26, 2019 12:49 pm

Re: Installing routeros specific version

Tue Apr 16, 2019 10:50 pm

It's simple - use "/tool fetch " to download that version then ":execute {/system reboot;}".
But you may want to add some safeguards like checking current version as the upgrade of pre-6.41(master-port config) might break some things.
 
ofirule
newbie
Topic Author
Posts: 29
Joined: Tue Mar 26, 2019 6:19 pm

Re: Installing routeros specific version

Thu Apr 18, 2019 11:32 am

This flow works for me:
ssh -o "StrictHostKeyChecking no" admin@192.168.88.1 system resource print # See current version
scp -o "StrictHostKeyChecking no" ./routeros-mmips-6.44.2.npk   admin@192.168.88.1:/
ssh -o "StrictHostKeyChecking no" admin@192.168.88.1 system reboot
ssh -o "StrictHostKeyChecking no" admin@192.168.88.1 system resource print # See version
For version 6.40.* I upgrade first to ver 6.41.5 and then to 6.44.2

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], quezhou, raulico and 110 guests