Questions tagged [upgrade]

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

With computer , an upgrade is a term that describes adding or replacing physical components to a computer that improves its performance.

When referring to software, a software upgrade generally refers to any major upgrade to the software that adds significant changes to the program.

4652 questions
15
votes
5 answers

How to upgrade perl modules that install from CPAN?

In cpan shell, only /regexp/ or all modules can be upgrade, if I want to upgrade modules only installed by CPAN,how to do?
zhangailin
  • 926
  • 2
  • 10
  • 20
15
votes
4 answers

Sqlite database onUpgrade() does not get called

I am working on an android application where i used existing sqlite database in the asset folder. So i actually copy the database from that folder. User can also save their own data(mark any content as favorite). I uploaded a version in the market.…
rawcoder064
  • 1,374
  • 3
  • 11
  • 26
14
votes
3 answers

Keeping the same SQLite database when upgrading and Android app from Lite to Pro version

First of all I have done a search and can't find a specific answer to my question so here goes... I am writing my first Android application and plan to have a Lite version (limited features) and a paid version (full features). The Lite and Pro…
Justin Phillips
  • 1,358
  • 2
  • 12
  • 26
14
votes
1 answer

upgrade all outdated pip packages discarding failures

I have a bash command to upgrade all pip packages that I installed. The command is: pip3 list --outdated | cut -d' ' -f1 | tail -n +3 | xargs pip3 install --upgrade The problem is that if one of the packages fails to upgrade, it rolls back deleting…
roschach
  • 8,390
  • 14
  • 74
  • 124
14
votes
2 answers

React Native crashes after upgrade to version 0.56. Possible Babel issue?

After upgrading my React Native project using react-native-git-upgrade I get the following error: error: bundling failed: TypeError: Cannot read property 'bindings' of null at Scope.moveBindingTo…
J. Hesters
  • 13,117
  • 31
  • 133
  • 249
14
votes
1 answer

How do you change Clojure version in Leiningen and LightTable?

When I type (clojure-version) into my repl in LightTable, I get "1.5.1" as output. Is there any way to upgrade to 1.6.0? I am assuming that it is drawing the Clojure version from Leiningen (2.3.4 on my machine), which is stocked with 1.5.1 out of…
kurofune
  • 1,055
  • 12
  • 26
14
votes
3 answers

grails upgrading 2.4.0 causes Error Compilation error: startup failed

I am trying to upgrade from Grails 2.2.3 to Grails 2.4.0. For that I have followed following steps: using GVM, I have installed grails 2.4.0 set grails default version to 2.4.0 then run command to set-grails-version to 2.4.0 in my project…
Madan Sen
  • 143
  • 1
  • 1
  • 7
14
votes
2 answers

upgrade from symfony 2.0 to 2.3

I already have running project which is in Symfony 2.0.10. But now I need to upgrade it to Symfony 2.3.I know there is need to change some code to compitable with latest version.Is there any command to upgrade? Or what is the exact procedure to…
stefun
  • 1,261
  • 3
  • 24
  • 54
14
votes
4 answers

Upgrade jQuery 1.4.2 to 1.9.1

We have been using jQuery 1.4.2 in our web application. Recently it was suggested that we upgrade to a newer version. So far we are thinking about upgrading to 1.9.1 as we need to support IE7 and IE8. Our application uses bunch of plugins e.g.…
sayayin
  • 971
  • 5
  • 23
  • 36
14
votes
7 answers

Upgrade Python to 2.6 on Mac

I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this. Thanks
eozzy
  • 66,048
  • 104
  • 272
  • 428
14
votes
5 answers

What is the easiest way to upgrade a large C# winforms app to WPF

I work on a large C# application (approximately 450,000 lines of code), we constantly have problems with desktop heap and GDI handle leaks. WPF solves these issues, but I don't know what is the best way to upgrade (I expect this is going to take a…
Chris
  • 567
  • 3
  • 14
13
votes
1 answer

Android strict dependency checks in SDK 17

This is not a question because I already found the answer. The new Android SDK 17 has a stricter dependency check on jar files. At the same time, they added a jar that I think wasn't there before. My project encountered a conflict between the new…
Christine
  • 5,617
  • 4
  • 38
  • 61
13
votes
1 answer

Use AngularJS directive in Angular Component

I'm trying to upgrade an angularjs directive to use it my angular component. I've gotten the hybrid (ng1 + ng2) environment to work. I can also inject angularjs services in angular and use them in angular components (I actually got this working…
Will
  • 1,718
  • 3
  • 15
  • 23
13
votes
9 answers

Convincing customers to upgrade to Java 5

We sell packaged Java web applications to some of our customers. It's basically a collection of servlets, some SOAP web service and some static resources. We don't do EJB nor any other Java Enterprise fancy stuff. Some of our clients are running…
gawi
  • 13,940
  • 7
  • 42
  • 78
13
votes
3 answers

upgrade to dev version of scikit-learn on Anaconda?

I'm using python through Anaconda, and would like to use a new feature (http://scikit-learn.org/dev/modules/neural_networks_supervised.html) in scikit-learn that's currently only available in the development version 0.18.dev0. However, doing the…
user1111929
  • 6,050
  • 9
  • 43
  • 73