Community discussions

MikroTik App
 
DaneelOlivaw200
just joined
Topic Author
Posts: 9
Joined: Wed Sep 21, 2022 3:07 am

Downgrading RouterOS

Thu Mar 16, 2023 5:37 am

I just upgraded to 7.8 on one of my routers.

It appears the SFP ports don't work (Which is bad :().

My question is, per this link: https://help.mikrotik.com/docs/display/ ... g+RouterOS

It shows that I have to use the factory default version on the router, but I just want to go down to 7.7. What is the simplest path to this solution?
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1280
Joined: Tue Jun 23, 2015 2:35 pm

Re: Downgrading RouterOS

Thu Mar 16, 2023 6:52 am

first -> drag and drop v.7.7
second -> /system package downgrade
 
User avatar
Buckeye
Forum Veteran
Forum Veteran
Posts: 893
Joined: Tue Sep 11, 2018 2:03 am
Location: Ohio, USA

Re: Downgrading RouterOS

Thu Mar 16, 2023 6:55 am

@DaneelOlivaw200, I think you are misunderstanding what it says: (quoting it)
-------------
Yes, you can downgrade RouterOS, but only until the factory installed version, which you can check with this command:

/system/resource/print

uptime: 4w4d18h21m5s
version: 6.49.6 (stable)
build-time: Apr/07/2022 17:53:31
factory-software: 6.45.9
The factory-software is the oldest version supported by this device.
------------

The point it is making is that you can install any version from 6.45.9 or higher, but nothing lower than the factory-software, which is 6.45.9 in the example they gave.

So you can downgrade to the version you were previously using directly, no need to go all the way back to the lowest version your device supports, and then upgrade.

If you have not done so already, make a backup and save an export as well.

You may want to watch this youtube video. MikroTik Tutorial 101 - How to Downgrade your Firmware (but I don't understand the reason for downgrading the bootloader firmware (the routerboard firmware) "upgraded" in the last step of the video, I have never done that, I never use that step unless it is actually going to upgrade the firmware). The official docs don't instruct you to do that part when downgrading RouterOS)

You don't specify what device you have. If your device has enough flash storage, you can make a backup of your running partition to another, so it makes it possible to revert more easily. See Partitions
 
DaneelOlivaw200
just joined
Topic Author
Posts: 9
Joined: Wed Sep 21, 2022 3:07 am

Re: Downgrading RouterOS

Thu Mar 16, 2023 4:24 pm

first -> drag and drop v.7.7
second -> /system package downgrade
This worked. Thank you!
 
DaneelOlivaw200
just joined
Topic Author
Posts: 9
Joined: Wed Sep 21, 2022 3:07 am

Re: Downgrading RouterOS

Thu Mar 16, 2023 4:25 pm

@DaneelOlivaw200, I think you are misunderstanding what it says: (quoting it)
-------------
Yes, you can downgrade RouterOS, but only until the factory installed version, which you can check with this command:

/system/resource/print

uptime: 4w4d18h21m5s
version: 6.49.6 (stable)
build-time: Apr/07/2022 17:53:31
factory-software: 6.45.9
The factory-software is the oldest version supported by this device.
------------

The point it is making is that you can install any version from 6.45.9 or higher, but nothing lower than the factory-software, which is 6.45.9 in the example they gave.

So you can downgrade to the version you were previously using directly, no need to go all the way back to the lowest version your device supports, and then upgrade.

If you have not done so already, make a backup and save an export as well.

You may want to watch this youtube video. MikroTik Tutorial 101 - How to Downgrade your Firmware (but I don't understand the reason for downgrading the bootloader firmware (the routerboard firmware) "upgraded" in the last step of the video, I have never done that, I never use that step unless it is actually going to upgrade the firmware). The official docs don't instruct you to do that part when downgrading RouterOS)

You don't specify what device you have. If your device has enough flash storage, you can make a backup of your running partition to another, so it makes it possible to revert more easily. See Partitions
Yes, I think you're right. I may have misread it. The process was very easy to downgrade though, I must say!
 
User avatar
Buckeye
Forum Veteran
Forum Veteran
Posts: 893
Joined: Tue Sep 11, 2018 2:03 am
Location: Ohio, USA

Re: Downgrading RouterOS

Thu Mar 16, 2023 6:13 pm

Is the https://mikrotik.com/download page showing any ROS software for anyone?

Here is what I see:
downloads unavailable.png
You do not have the required permissions to view the files attached to this post.
 
hasan2221
just joined
Posts: 18
Joined: Wed Mar 06, 2024 10:08 pm

Re: Downgrading RouterOS

Wed Apr 03, 2024 11:55 am

[admin@MikroTik] > /system/resource/print
uptime: 36m18s
version: 7.14.2 (stable)
build-time: 2024-03-27 07:48:52
factory-software: 6.36.1
free-memory: 175.2MiB
total-memory: 256.0MiB
cpu: MIPS 1004Kc V2.15
cpu-count: 4
cpu-frequency: 880MHz
cpu-load: 3%
free-hdd-space: 4268.0KiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 134
write-sect-total: 1799306
architecture-name: mmips
board-name: hEX
platform: MikroTik
[admin@MikroTik] > file/print
Columns: NAME, TYPE, SIZE, CREATION-TIME
# NAME TYPE SIZE CREATION-TIME
0 routeros-7.13.5-mmips.npk package 9.0MiB 2024-04-03 14:54:15
1 flash disk 2023-02-23 23:58:19
2 flash/auto-before-reset.backup backup 51.2KiB 1970-01-01 06:00:11
3 flash/skins directory 1970-01-01 06:00:02
4 flash/pub directory 2020-03-28 15:30:03
5 sd1 disk 2024-04-03 04:42:14
6 sd1/lost+found directory 2024-04-03 01:36:00
7 sd1/2april2024.backup backup 66.8KiB 2024-04-03 03:31:46
8 sd1/share directory 2024-04-03 04:42:14
[/quote]

when i /system/packages/downgrade the system reboots but doesnt downgrade to 7.13
Last edited by hasan2221 on Wed Apr 03, 2024 6:53 pm, edited 1 time in total.
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11590
Joined: Thu Mar 03, 2016 10:23 pm

Re: Downgrading RouterOS

Wed Apr 03, 2024 12:42 pm

when i /system/packages/downgrade the system reboots but doesnt downgrade to 7.13
You have to manually upload NPKs for all packages currently running (e.g. routeros and wireless) for the target version and correct architecture. then execute "downgrade" and reboot.

After router boots up, it should have something in /log/print explaining why upgrade or downgrade did not succeed.
 
User avatar
patrikg
Member Candidate
Member Candidate
Posts: 257
Joined: Thu Feb 07, 2013 6:38 pm
Location: Stockholm, Sweden

Re: Downgrading RouterOS

Wed Apr 03, 2024 2:46 pm

Don't forget to upgrade the firmware the RouterBoot, if you have very old version.
 
hasan2221
just joined
Posts: 18
Joined: Wed Mar 06, 2024 10:08 pm

Re: Downgrading RouterOS

Wed Apr 03, 2024 6:52 pm

when i /system/packages/downgrade the system reboots but doesnt downgrade to 7.13
You have to manually upload NPKs for all packages currently running (e.g. routeros and wireless) for the target version and correct architecture. then execute "downgrade" and reboot.

After router boots up, it should have something in /log/print explaining why upgrade or downgrade did not succeed.
Ah sorry there must have been some misunderstanding i have uploaded the npk file in mikrotik then downgraded but still didnt worked. Please have a look in the files of mikrotik i have provided above "0 routeros-7.13.5-mmips.npk package 9.0MiB 2024-04-03 14:54:15"
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11590
Joined: Thu Mar 03, 2016 10:23 pm

Re: Downgrading RouterOS

Wed Apr 03, 2024 9:47 pm

Did you check log after reboot (which was supposed to downgrade but failed to do so)?

Who is online

Users browsing this forum: 4l4R1, jason9456402, rudivd and 74 guests