This tag refers to the process of replacing a particular system with an older version of the same system
Questions tagged [downgrade]
333 questions
3
votes
3 answers
What to look for when downgrading from Oracle 10g to 9i?
I having to downgrade my Oracle instance from 10g (10.1.0.2.0) to 9i (9.2.x.x.x).
Not having planned on ever doing this, I didn't document 10g dependencies.
What are some of the dependencies on 10g that I will have to address?
Is there any type of…

dacracot
- 22,002
- 26
- 104
- 152
3
votes
2 answers
Downgrading DB on Android
I tested that it is possible for Android to pass newVersion < oldVersion to SQLiteOpenHelper.onUpgrade() method, ie. it wants the application to downgrade its database.
I don't want to handle this case, though I would like to notify the user…

Marek Stój
- 4,075
- 6
- 49
- 50
3
votes
1 answer
How to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project?
Is there anyway of downgrading a Visual Studio 2013 project to a Visual Studio 2008 project ? I need to run some C# programs created in VS 2013 with VS 2008.

LoolKovsky
- 1,018
- 1
- 12
- 29
3
votes
2 answers
Downgrading to pyobjc 2.0 from pyobjc 2.2
I accidentally installed pyobjc 2.2 with easy-install pyobjc, and it's causing problems: When I try to import it I get the error
Incompatible library version: _objc.so requires version 10.0.0 or later, but libxml2.2.dylib provides version…

maxdj
- 427
- 2
- 5
- 15
3
votes
1 answer
"Downgrade" ClickOnce application
What is the recommended way of offering the users of my ClickOnce application a way to downgrade to the previous version? (In case the new version doesn't work on their machine)

Espo
- 41,399
- 21
- 132
- 159
3
votes
1 answer
Possible to downgrade/rollback .NET 4.5 runtime?
I was wondering if there was a way to rollback or downgrade the .NET 4.5 runtime back to .NET 4.0. I am not talking about rolling back projects that are targetting 4.5 and bringing them back to 4.0, I am wondering if I upgrade the .NET framework to…

Brian David Berman
- 7,514
- 26
- 77
- 144
3
votes
1 answer
Downgrade XDocument and XmlReader to XmlDocument and XmlReader
I want to downgrade a Windows Mobile application made with .Net Compact Framework 3.5 to .Net Compact Framework 2.0 SP2.
But... I don't know how to make this piece of code compatible with version 2.0.
XDocument doc =…

VansFannel
- 45,055
- 107
- 359
- 626
3
votes
3 answers
Downgrading an application from Java 1.6 to Java 1.5
I have a small application written in Java that was tested and ran on a JRE_1.6. Now I need to run it against a JRE_1.5. I altered the source code I had to match Java 1.5 requirements and the project compiled fine.
The problem is that it uses a…

svz
- 4,516
- 11
- 40
- 66
2
votes
1 answer
Intellij IDEA 2023 unusably slow on non-M1 Mac
I am using a 2019 MacBook Pro and have been a long-time user of IntelliJ IDEA. However, the 2023 version is extremely slow when attempting to perform any task. I have tried increasing the heap size to 4GB and 8GB, but IntelliJ still uses more than…

Brandon Wirick
- 29
- 1
2
votes
1 answer
Downgrade Python 3.10 to 3.9 in google colab
It looks like there is a compatibility issue with PyTorch and Python 3.10 when I want to use google Colab.
I need to use !pip install torch==1.8 torchvision==0.9 but this problem don't let me.
I should do Downgrading.
I need to get code to downgarde…

mahnoosh torabi
- 21
- 2
2
votes
0 answers
Downgrade to Android 9 on Google Chromecast with Google TV
I have a Google Chromecast with Google TV running Android 10 and I need to downgrade to Android 9 as I'm integrating with Home Assistant and the sendevent command I want to use is blocked on Android 10 (SELinux policy).
Where can I find an Android 9…

Thomas Meier
- 49
- 3
2
votes
1 answer
Is there a way to downgrade React-Native?
I have react-native version 0.69.0, but Expo SDK 45 only works with react-native 0.68.2. Is there a way to downgrade my project to this version?

Audrey K
- 25
- 5
2
votes
1 answer
How do I find a previous version of a package to downgrade in Ubuntu?
I suspect a bug in libfreetype6 (version 2.4.4-1ubuntu2.1) is causing my LibreOffice Writer to crash whenever I try to save (as described here), so I want to downgrade it to one of the previous versions.
I've tried fiddling with apt-get, apt-cache,…

Will Sheppard
- 3,272
- 2
- 31
- 41
2
votes
1 answer
Downgrading postgis 3.0.1 to 2.4.4
I tried searching for brew download formula for a spesific version of postgis, but could not find one.
I tried running following
ALTER EXTENSION postgis UPDATE TO "2.4.4";
It gives following error
ERROR: extension "postgis" has no update path from…

anny
- 73
- 1
- 9
2
votes
0 answers
React Native: do you ever have to upgrade `project.pbxproj` manually?
I'm following the instructions in rn-diff-purge on how to downgrade your React Native version, and I'm looking at this particular set of differences between two versions. One of the files that has most differences is project.pbxproj. I don't know…

gkeenley
- 6,088
- 8
- 54
- 129