Helper scripts to upgrade routeros to the latest version#121
Open
mbonastre wants to merge 1 commit intoeworm-de:mainfrom
Open
Helper scripts to upgrade routeros to the latest version#121mbonastre wants to merge 1 commit intoeworm-de:mainfrom
mbonastre wants to merge 1 commit intoeworm-de:mainfrom
Conversation
The RouterOS scripts from https://github.com/eworm-de/routeros-scripts require a recent routeros version (7.19 as of 2026-03-11). It is not rare to have an older version when reinstalling a Mikrotik router that has not been updated for a while. So, the first step I do when configuring a new or old router is to upgrade the RouterOS to the latest stable version. This usually requires multiple reboots because the upgrade process not always goes directly to the last version. Also, upgrading the firmware requires an extra boot. The simple-routeros-update.rsc doesn't use any functionality the requires a specific RouterOS version, so it should work with almost any router. (I have upgraded routers from v6 using this method). The shell script is just a wrapper around ssh/scp to launch the rsc script.
Contributor
Author
|
Duplicated PR because I closed the other PR by error. As I said: I hope you find this useful. But do not hesitate to turn down the PR if you think this doesn't fit in your repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The RouterOS scripts from https://github.com/eworm-de/routeros-scripts require a recent routeros version (7.19 as of 2026-03-11).
It is not rare to have an older version when reinstalling a Mikrotik router that has not been updated for a while.
So, the first step I do when configuring a new or old router is to upgrade the RouterOS to the latest stable version.
This usually requires multiple reboots because the upgrade process not always goes directly to the last version.
Also, upgrading the firmware requires an extra boot.
The simple-routeros-update.rsc doesn't use any functionality the requires a specific RouterOS version, so it should work with almost any router. (I have upgraded routers from v6 using this method).
The shell script is just a wrapper around ssh/scp to launch the rsc script.