This tag refers to the process of replacing a particular system with an older version of the same system
Questions tagged [downgrade]
333 questions
327
votes
5 answers
Downgrade npm to an older version
I tried updating npm to see if it would solve some dependency problems we were having, and now I want to downgrade to the version the rest of the development team is using. How can I install an older version?
I updated npm according to the…

Don Kirkby
- 53,582
- 27
- 205
- 286
164
votes
3 answers
How to downgrade vscode
I am experiencing a problem with debugging in vscode just after the last update. There's something going on (https://github.com/Microsoft/vscode/issues/45657)
I'd like to check the previous version to see if my case is a problem here or in vscode…

tru7
- 6,348
- 5
- 35
- 59
145
votes
2 answers
How to downgrade Xcode to previous version?
I have to use Xcode occasionally, and have now come across a problem where I've upgraded to Xcode 4.6, but another piece of software I'm using doesn't support it, so I need to go back to Xcode 4.5.
I'm not used to the way Macs work in general, so if…

MadSkunk
- 3,309
- 2
- 32
- 49
67
votes
5 answers
How to downgrade my SDK Version?
I made a stupid mistake by upgrading my SDK version to r15 as the android repository was not loading. How do I revert back to my older version r10?
Or is sticking with the newer version better? I'll have to upgrade my ADT Plugin as well then.…

Chocolava
- 1,466
- 2
- 16
- 20
67
votes
10 answers
Stripe: downgrade a user at "period end"
Is it possible to downgrade a user at period end instead of immediately? I've combed through the API Docs but haven't been able to figure out how to accomplish this.
As a workaround I'm currently immediately canceling the user's subscription, then…

Madbreaks
- 19,094
- 7
- 58
- 72
56
votes
1 answer
How to use homebrew to downgrade postgresql from 10.1 to 9.6 on Mac OS
My mac has postgresql 10.1 on it, and I need 9.6 for my work website to function on my local machine. Can't find easy instructions on how to uninstall or downgrade to 9.6. Any help would be appreciated!

SokrateeS
- 571
- 1
- 4
- 5
32
votes
13 answers
Android_Install failed version downgrade
I'm going to update my apk on GooglePlay Store and I know that i have to upgrade the version code and name in manifest file however, it made install_failed.
Installation error: INSTALL_FAILED_VERSION_DOWNGRADE
Please check logcat output for more…

user3503072
- 437
- 1
- 4
- 10
32
votes
8 answers
Using XAMPP, how do I swap out PHP 5.3 for PHP 5.2?
I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this?

jskoyles
- 329
- 1
- 3
- 3
25
votes
2 answers
How to downgrade Android ADT?
The newest Android ADT update ruined my life. Is there any way to download and install the old ADTs (before 14) to a clean Eclipse install? I didn't find the file anywhere.
EDIT: I don't need this one anymore but if somebody knows the answer, go on…

Finnboy11
- 986
- 2
- 15
- 34
25
votes
3 answers
Meteor how to perform database migrations?
How do you perform database migrations with Meteor? With Ruby on Rails there is ActiveRecord::Migration. Is there an equivalent mechanism in Meteor?
For example, I make an app with some user data. I'm storing the data in Mongo using a JSON…

Josh Petitt
- 9,371
- 12
- 56
- 104
21
votes
3 answers
How to uninstall PHP 7 completely? (Kali Linux/Debian)
On my distribution of Kali (2016.2) there was a PHP package v7.0.11 pre-installed. I'd like to use version 5.6 instead. What is the best way to remove it?
I've already tried, looking for some guides online, but PHP 7 is still pretty fresh, so there…

vane41
- 378
- 1
- 2
- 6
18
votes
3 answers
How to downgrade to Python 3.4 from 3.5
I want to install kivy (link here) to use for a project, however, when trying to use pip to install the packages it is dependent upon, I get the following error:
Could not find a version that satisfies the requirement kivy.deps.sdl2 (from versions:…

jdanaher
- 207
- 1
- 3
- 11
17
votes
1 answer
Install a specific version of Internet Explorer 11
How can I install/downgrade to a very specific version of IE11?
I need to have Version 11.0.9600.17501.
Currently i have 11.0.9600.17801 installed.
So far i can't really think of a way how it could be done, since it isn't as easy as just…

Anarcho
- 173
- 5
16
votes
6 answers
How can I downgrade or use PHP 7.2 without uninstalling PHP 7.4? Is it possible to use PHP 7.2 as default instead of the latest version?
I am using linux Ubuntu 18.04
And I wanna revert back to the previous version of PHP.
I've seen tutorials that requires me to uninstall the latest version, now I am asking if there is a workaround in this problem such that I can easily switch from…

pauxplorer
- 161
- 1
- 1
- 5
14
votes
3 answers
How to Downgrade from Ruby 1.9.2 to Ruby 1.8.7 to run Rails 2.0.2
I want to downgrade the Ruby version I have installed(Ruby 1.9.2) on Ubuntu 10.04 OS so that I can use the appropriate version of Ruby 1.8.7 to run Rails 2.0.2. I am using the older version of Rails for project purpose.
If I am using Rails 2.0.2…

boddhisattva
- 6,908
- 11
- 48
- 72