Questions tagged [downgrade]

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

333 questions
13
votes
1 answer

Downgrade (Rollback) Database with code-first in production environment

I have a web application that I install on my customers' computers for their inner use. I use C# MVC5 and code-first Entity Framework. I used automatic migration=true but I stopped and set it to false. I installed it on a production environment…
TamarG
  • 3,522
  • 12
  • 44
  • 74
12
votes
2 answers

Downgrade SSRS from 2016 to 2008

We have 2 environments at work one for SSRS 2016 and another for 2008 mistakenly I open one of 2008 reports in VS2016 now I cannot open it in 2008 how can I downgrade an SSRS report opened in 2016 back to 2008?
asmgx
  • 7,328
  • 15
  • 82
  • 143
12
votes
5 answers

How to use IApplicationBuilder and IServiceCollection when downgrading from .NET Core 2.1 to .NET 4.7.1?

I had to change my project from .NET Core 2.1 to .NET 4.7.1 and I fixed almost all errors except the following that are still eluding me 'IApplicationBuilder' does not contain a definition for 'UseHsts' and no extension method 'UseHsts' accepting…
Friso
  • 2,328
  • 9
  • 36
  • 72
12
votes
2 answers

Can I prevent pip from downgrading packages implicitly?

I have Django 1.10.5 installed in my python virtual environment. When I install djblets into my virtualenv with pip install djblets, unfortunately, Django is being implicitly downgraded to version 1.8.17 along the way. This breaks my environment. Is…
Wolf Mathwig
  • 121
  • 1
  • 4
11
votes
5 answers

How Can I Downgrade from Python 3.2 to 2.7?

I am trying to uninstall Python 3.2 and go back to 2.7, I do not have much experience with Python, and as I am learning now, it is becoming increasingly difficult to manage all of the work arounds needed to work with the newest version, and I…
womesiete
  • 341
  • 1
  • 4
  • 13
10
votes
1 answer

How to downgrade to tensorflow-gpu version 1.12 in google colab

I am running a GAN which is compatible only with a older version of tensorflow GPU so I need to downgrade tensorflow gpu from 1.15 in google colab to 1.12. I tried using following commands which has been suggested in this thread. %tensorflow_version…
Gayal Kuruppu
  • 1,261
  • 1
  • 17
  • 29
10
votes
1 answer

How to downgrade in Laravel Framework? (5.6 to 5.5)

I have a project which is done with Laravel 5.6. But My current server doesn't have php 7.1 installed yet. How is it possible to downgrade to Laravel 5.5?
Mahesh Samudra
  • 1,039
  • 1
  • 11
  • 25
10
votes
5 answers

How do I force yum install even if it's a downgrade?

So the scenario is as follows: I have some systems that I download builds for from our CI server and install them. These builds are un-released builds, but the naming convention has a timestamp in it to determine newer builds. So I install one of…
Eddie Rivas
  • 335
  • 1
  • 3
  • 11
10
votes
5 answers

Downgrade Jenkins

I updated Jenkins a few days ago. But in the current Jenkins version, there are some annoying bugs. Is it possible to downgrade the version of Jenkins and if this is possible, how is it possible to do it?
devopsfun
  • 1,368
  • 2
  • 15
  • 37
10
votes
1 answer

Downgrading package with pip produces ValueError('Expected Version spec in',

On an Ubuntu 12.04 system where I don't have sudo rights, I've setup a virtual environment so I can have up to date python packages. The system virtualenv installed a pretty old version of pip into it (1.1) which I upgraded to 6.1.1. I find now that…
drevicko
  • 14,382
  • 15
  • 75
  • 97
10
votes
5 answers

WiX "Major Upgrade" doesn't completely install app on downgrade

Currently all upgrades work fine whenever updating to a newer version number, however I'm getting an odd behavior when downgrading. It seems that it'll uninstall the existing version and then partially install the version that I'm trying to…
Davy8
  • 30,868
  • 25
  • 115
  • 173
9
votes
2 answers

How can I downgrade Xcode from version 7.0 to 6.4?

How can I downgrade Xcode from version 7.0 to 6.4? I have recently upgraded the version of Xcode to the latest one (7.0) and I start having corresponding compilation errors. I want to come back to 6.4.
Renat Gatin
  • 6,053
  • 5
  • 37
  • 58
9
votes
4 answers

SignalR - Always downgraded to server sent events in Chrome/Firefox

I have an API application and a web application (for simplicity on the same server -- I'll do the CORS stuff later). Windows Server 2012 with IIS 8.5 Websockets installed through "Programs and features" Firewall turned off The api is using owin +…
junkyspace
  • 365
  • 4
  • 15
8
votes
1 answer

How can I downgrade Node using NPM?

I need to downgrade my Node version from 10.x to 8.12. It appears I should be able to run this command: $ npm install node@8.12 That runs, says removed 1 package, updates 1 package... But then I check version and it keeps returning my old…
DA.
  • 39,848
  • 49
  • 150
  • 213
8
votes
2 answers

Changing Android Project SDK level

I started writing my first Android app, and chose SDK 2.0.1, before I had an android phone. I wantto test the app on a phone that is Android 1.6. The app itself uses pretty simple stuff, so I'm sure its 1.6 compatible, but I want to change the SDK…
user485498
1
2
3
22 23