This tag refers to the process of replacing a particular system with an older version of the same system
Questions tagged [downgrade]
333 questions
0
votes
1 answer
Lucene downgrade 3.6.0 to 3.5.0
We are using Lucene version 3.6.0 in our project. Now we decided to start using Bobo Browse for faceted search. However the current version of Bobo Browse (3.1.0) doesn't support Lucene 3.6.0, therefore we decided to downgrade back to version 3.5.0.…

robodasha
- 286
- 6
- 21
0
votes
1 answer
MongoDB downgrade from 2.1 to 2.0
I made some tests with MongoDB 2.1 (unstable debian package). I want to test the code with 2.0 stable to see the speed difference.
Can I simply uninstall mongoDB 2.1 and reinstall 2.0 without caring about the data ?
Thanks

hotips
- 2,575
- 7
- 42
- 59
-1
votes
1 answer
downgrade from python 3.8.5 to python 3.6
I want to downgrade from python 3.8.5 to 3.6 but I get some errors.
my os is Ubuntu 20.4 and the version of conda is 4.9.2.
When I run the command: conda install python=3.6
I get the following error:
Collecting package metadata…

dinan
- 39
- 6
-1
votes
1 answer
Using Angular component in both AngularJS and Angular code
I'm trying to use component TableComponent in AppInventoryModule
// app-inventory.component.html
...
…

Milena
- 886
- 1
- 7
- 18
-1
votes
1 answer
How to use composer to downgrade versions so site can run on the oldest client server setup
I'm working remotely on a Laravel project that runs on LAMP/WAMP/XAMPP (without vm or containers.) My local environment currently has he most up-to-date version of php. There are 3 other developers, and each may have a different version of WAMP,…

Hoytman
- 1,722
- 2
- 17
- 29
-1
votes
1 answer
How to downgrade Java -version in Mac
tried the below commands in Mac Terminal and did not update the java version:
/usr/libexec/java_home -V
export JAVA_HOME=“System/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home”
Updated again
Fixed it ! export…

Pady
- 11
- 1
- 2
-1
votes
1 answer
How can I retrieve an older image for Docker instead of latest?
What command(s) do I have to run to retrieve an older image of a software offered in Docker?
I have problems with the latest image of localstack so I though I could try older versions to see what happens. However, I saw a comment in an issue…

Alexis Wilke
- 19,179
- 10
- 84
- 156
-1
votes
1 answer
Hide a pop message while downgrading using Installshield
I was installing 3.2.0.2 version(older) over 3.2.0.3(latest) to verify downgrade.
However I get a pop-up message as The setup will perform an upgrade....,
and followed by another pop-up A later version of ....
After the second pop-up, install…

BidarvaB
- 11
-1
votes
1 answer
Without root, can I use adb to downgrade an app (circumventing the [INSTALL_FAILED_VERSION_DOWNGRADE] error)?
I recently purchased a Moto Z Play Droid Edition which is incapable of being rooted or the bootloader being unlocked. In an attempt to remove bloatware, I have removed several apps. I managed to "uninstall" apps following this XDA tutorial, however…

Jeff Abrahams
- 61
- 10
-1
votes
1 answer
Submitting iOS app to App store that is built in swift 1.2
I just read in this link http://www.raywenderlich.com/95181/whats-new-in-swift-1-2 that an app that is built in swift 1.2 cannot be submitted to the app store. I built most of my app in the previous version of swift until last night when I upgraded…

Aditya
- 11
-1
votes
1 answer
how do I run php 5.4 code or earlier on php 5.5 server
I just upgraded my Ubuntu server 12.x to 14.04, which upgraded the PHP to 5.5.9 - and now my core LAMP application doesn't work.
Is there a way to tweak my server's PHP settings, to serve up legacy PHP code? I think this is zend framework. I am not…

zoomiest
- 1
- 1
-1
votes
1 answer
Downgrade Worklight 6 from Eclipse
My eclipse recently updated to Worklight 6 and screwed all my projects .. Is there a way to downgrade to Worklight 5 ? Does anyone have a Worklight 5 installation zip ?

vinzzz
- 2,084
- 2
- 14
- 23
-2
votes
2 answers
C++ downgrade parent pointer to child pointer used as function parameter
I want use child pointer in place of parent parameter in some function.
Here is simplified code
#include
#include
using namespace std;
class Parent
{
private:
string value;
public:
void SetValue(const…

JalalJaberi
- 2,417
- 8
- 25
- 41
-2
votes
1 answer
Downgrade mysql version 5.6.20 to 5.1
I want to downgrade mysql 5.6.20 to 5.1, can anyone give me steps using phpmyadmin...or any other better way to downgrade it. I'm using windows 7 and xampp server. Any help is much appreciated.

Aamir
- 2,173
- 1
- 29
- 58
-2
votes
1 answer
Downgrade windows phone version 8.1 to 5 ~ 6.5
I wonder if there is a way to downgrade my windows phone version 8.1 to 5 ~ 6.5

Guillermo Nahuel Varelli
- 310
- 1
- 13
- 34