Questions tagged [downgrade]

This tag refers to the process of replacing a particular system with an older version of the same system

333 questions
1
vote
1 answer

Learning Rails: Downgrade to 3.x and Ruby 1.9.x?

I am rather new to Rails. What I have found is that most tutorials/screencasts were published when Rails 3 and Ruby 1.9 were the latest versions. Do you folks recommend I downgrade my versions for the purpose of learning the framework? I understand…
Dylan Richards
  • 708
  • 1
  • 13
  • 33
1
vote
1 answer

I want to downgrade my php version to 5.2 (or around)

In my archives I have an old version of Drupal (Drupal 6.14, 2009-09-16) I want to be able to reconstitute the website on my local machine (computer) My problem: I want to downgrade my php version to 5.2.. (or around) cause my Drupal files does not…
G20map
  • 77
  • 1
  • 2
  • 9
1
vote
1 answer

Testing on previous iOS versions

I was told to make an app that is now at development stage backwards-compatible from iOS 4.3 or at least from iOS 5. The lowest version of iOS I have running on an real iDevice and that I can use for testing is iOS 5.1, and I've read some posts…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
1
vote
3 answers

akeeba 3.7.6 downgrade to akeeba 3.6.12

I recently updated to Akeeba 3.7.6 (that yellow danger sign made me to! :) - silly me, didn't read anything about that before) and unfortunately none of our hosting servers is using php 5.3 yet (they use php 5.2.17) so I cannot put my website live…
Michaela
  • 268
  • 2
  • 4
  • 14
1
vote
1 answer

How do I get an old version of Meteor?

I deployed my app on my own server using Meteor v0.4.2 (I'm not sure that's the exact version number, but it's the latest pre-0.5.0). Then, I made the mistake of upgrading to Meteor 0.5.2 locally and now don't know how to get 0.4.2 back in order to…
Gezim
  • 7,112
  • 10
  • 62
  • 98
1
vote
2 answers

iOS6 development on Snow Leopard

I'm on Mountain Lion at the moment but the battery life is terrible and I'm thinking of downgrading back to Snow Leopard. The only thing is, now that we have to submit our apps for the 4-inch screen of the iPhone 5, will the last Xcode build…
Conor Taylor
  • 2,998
  • 7
  • 37
  • 69
1
vote
3 answers

Using WiX, Windows Services are not installed after a downgrade

While testing the downgrade functionality of one of our WiX-built MSIs, I have noticed something odd. I have allowed downgrades in the MajorUpgrade element and I have scheduled that element to be afterInstallInitialize (but I have tried it…
1
vote
1 answer

Handling iOS platform downgrade and Reuse of App Name

I haven't been able to find relevant answer to this problem. Please redirect if you know it's a duplicate question. Background: I have this version 1.0 of an app on the App Store. It's basically a wrapper around a WebApp and the updated 2.0 version…
jollyCocoa
  • 691
  • 7
  • 20
0
votes
1 answer

Cygwin wants to downgrade my Perl

I'm using Cygwin 2.769. I used setup.exe to upgrade Perl to version 5.14.1-2, which works fine. But now whenever I open setup.exe to upgrade/install some other package, it by default wants to downgrade Perl back to 5.10.1-5. If I don't remember…
Ken Williams
  • 22,756
  • 10
  • 85
  • 147
0
votes
2 answers

Testing on an older iOS version with a real device

I have a feature that uses the camera so I can test it only on a device, I need to test it on older than iOS 4.3.5, However all of my iPhones are already at 4.3.5. Is there a way to downgrade the iOS so i could test it on older iOS?
Guy Ephraim
  • 3,482
  • 3
  • 26
  • 30
0
votes
0 answers

How to downgrade Angular materia Version 16.0.0 to 14.2.6

How to downgrade Angular materia Version 16.0.0 to 14.2.6 so that colud be compatible with current project in term of appearance and animations I tried to downgrade angular version but no Effect on its ng --version npm uninstall -g @angular/cli npm…
0
votes
0 answers

Updated Python is not working with other packages - how do I fix this?

My computer is in chaos right now because I tried to update Python. I updated to 3.11.4 and all of a sudden a bunch of packages are having issues. Specifically, gala is unable to be installed entirely. I've tried completely uninstalling Anaconda…
Julia E
  • 1
  • 1
0
votes
0 answers

How to downgrade python version to 3.9 in colab without creating virtual environments? [solution found]

I'm trying to downgrade python to 3.9 in colab as its kernel is now set to 3.10 by default. I followed the steps in https://stackoverflow.com/questions/68657341/how-can-i-update-google-colabs-python-version and successfully converted the Python…
0
votes
0 answers

How to Downgrade ForgeRock AM from 720 to 653

We are planning to upgrade the AM from 653 to 720 in coming releases. to protect ourself from any failures in products we want to plan the rollback of AM from 720 to 653. We know there is "Config-Upgrader" tool available with AM7 which in transform…
Pramod
  • 387
  • 1
  • 7
  • 19
0
votes
0 answers

How can I fix 'No module named dnf' error after downgrading from python3.11 to python3.10 on Fedora 37?

dnf broken after downgrading from python3.11 to python3.10 on Fedora 37 x86_64. It says File "/usr/bin/dnf", line 61, in from dnf.cli import main ModuleNotFoundError: No module named 'dnf' Since I was previously using 3.11 I decided…
Аня А.
  • 101
  • 2