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.

4062 questions
20
votes
5 answers

Turn off Null Safety for previous Flutter Project?

I want to upgrade my flutter to get new features such as null safety, but I didn't want my previous project to affect them. I want new changes only for my new flutter project, I want to run my old project similar to the old way. Is there any way?…
MRazaImtiaz
  • 716
  • 4
  • 18
20
votes
4 answers

How can I upgrade react-native gradle version

I need help. I can't upgrade gradle version of my react-native project. I try a lot of things, downloaded last version of Android Studio & SDK Tools etc. I changed this file \android\gradle\wrapper\gradle-wrapper.properties, I tried to upgrade using…
20
votes
1 answer

Rpm upgrade handling of config files

I'm playing around with the rpm -upgrade command and noticed rpm has different ways of handling modified configuration files so it doesn't get lost during the upgrade. From what I understand, if a config file was modified and the package is upgraded…
user459811
  • 2,626
  • 9
  • 32
  • 61
19
votes
4 answers

What's the smoothest way to update haskell platform to latest?

I'm on OSX 10.6 and I have platform 2010.2.0.0 currently. Should I just install 2011.2.0.1 on top or is there an update mechanism that will be smoother?
Peter Hall
  • 36,534
  • 10
  • 79
  • 144
19
votes
1 answer

Upgrade from Tomcat 8.0.39 to 8.0.41 results in 'failed to scan' errors

I have a Spring Boot WAR application perfectly working under Tomcat 8.0.39 on AWS. After issuing sudo service tomcat8 stop, upgrading to Tomcat 8.0.41 through sudo yum update, and rebooting the instance, the application does not start. In the…
user1408140
  • 559
  • 1
  • 8
  • 19
19
votes
3 answers

How to upgrade from Eclipse Mars to Eclipse Neon?

To upgrade to a new version, the eclipse FAQ suggests to add a new repository and then install available updates. Upgrading to Neon, the corresponding repository is http://download.eclipse.org/releases/neon/. On this page, it says: NOTE: Due to…
user2298337
19
votes
5 answers

Django 1.7 - App 'your_app_name' does not have migrations

I am trying to upgrade from Django 1.6.7 to Django 1.7.1, so I have been trying to migrate my app. I have followed the django docs here. I deleted the south from my installed apps. In the migration directory, I delete the numbered migration files…
user1261774
  • 3,071
  • 7
  • 41
  • 87
19
votes
9 answers

How can Upgrade MySQL 5.5.40 to MySQL 5.7

How can I Upgrade MySQL version Current MySQL Version: 5.5.40 Target MySQL Version: MySQL 5.7 OS: CentOS release 6.5 (Final)
matinict
  • 2,114
  • 2
  • 24
  • 34
19
votes
11 answers

Android_Install failed version downgrade

I'm going to update my apk on GooglePlay Store and I know that i have to upgrade the version code and name in manifest file however, it made install_failed. Installation error: INSTALL_FAILED_VERSION_DOWNGRADE Please check logcat output for more…
user3503072
  • 307
  • 1
  • 2
  • 9
19
votes
6 answers

How do I include thead in a runat="server" table element?

I'm upgrading a big web site project from Visual Studio 2010 to 2012. Throughout my project, I have table elements with the runat="server" attribute. Many of these have thead elements inside of them. When I open it in 2012 and and try to build, I…
18
votes
3 answers

How to update Eclipse from 2018-09 to 2018-12

I have Eclipse 2018-09. My impressions was that Eclipse was moving to a rolling quarterly release, and by that I presumed I'd magically be offered updates every quarter to the newest. But now that 2018-12 is out, my instance does not detect any…
Pixelstix
  • 612
  • 5
  • 18
18
votes
1 answer

Rails 5.0.0.beta1 - Generating an URL from non sanitized request parameters is insecure

We are upgrading from Rails 4.2.5 to 5.0.0.beta1 When testing we expected to see index views rendered with paginated links as before. But we now get an ArgumentError error page, for example: ArgumentError in Transactions#index…
KeithP
  • 1,653
  • 12
  • 23
18
votes
1 answer

Upgrading from Drupal 6 to Drupal 7: best programmer's practices?

Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of having to port my own code to a new version. I know the Drupal…
mac
  • 39,030
  • 21
  • 115
  • 128
17
votes
5 answers

upgrade mongodb

I'm looking for the easiest and the most recommended way to upgrade mongodb version (standalone server and mongodb shell). Are there any terminal (for mac) commands that i can follow in order to upgrade? I tried to stop the server by $ mongo use…
Liatz
  • 4,055
  • 6
  • 24
  • 33
17
votes
2 answers

After upgrading to vue 3 : "Cannot find module '@vue/compiler-sfc/package.json' "

After upgrading to vue 3 : yarn add vue@next I get this error: "Cannot find module '@vue/compiler-sfc/package.json" when executing yarn electron:serve (base) marco@pc01:~/webMatters/electronMatters/GGC-Electron$ yarn add vue@next yarn add…
Raphael10
  • 616
  • 2
  • 15