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
25
votes
2 answers

How to convert a non-core csproj to VS2017 format

I have two projects in VS2015 One .NET Core (project.json, xproj) One regular .NET csproj When I open project 1 with VS2017, it nicely migrates to the new csproj format. Project 2 works in VS2017, but I like to convert/migrate/update this…
Julian
  • 33,915
  • 22
  • 119
  • 174
25
votes
3 answers

Meteor how to perform database migrations?

How do you perform database migrations with Meteor? With Ruby on Rails there is ActiveRecord::Migration. Is there an equivalent mechanism in Meteor? For example, I make an app with some user data. I'm storing the data in Mongo using a JSON…
Josh Petitt
  • 9,371
  • 12
  • 56
  • 104
24
votes
2 answers

How do I upgrade the Spring version in Spring Boot

Is there a tutorial on how to upgrade the Spring version to Spring 5.0? I can't find the Spring version in my pom.xml. I found…
user3133300
  • 607
  • 4
  • 13
  • 23
24
votes
10 answers

Xcode 6 linker error - Undefined symbols for architecture armv7

After upgrading to Xcode 6 beta 7 (and now still with Xcode 6 GM) I am unable to link my Swift app. I receive errors such as: Undefined symbols for architecture armv7: "_swift_stdlib_compareNSStringDeterministicUnicodeCollation", referenced…
davidethell
  • 11,708
  • 6
  • 43
  • 63
23
votes
2 answers

Does Embarcadero RAD Studio XE license allow use on multiple machines?

In the past the Borland "no nonsense" license allowed one developer to do multiple installs. I'm tempted to upgrade to Embarcadero RAD Studio XE, professional edition, but am worried about licensing restrictions, and whether it will allow me to work…
Tony
  • 241
  • 1
  • 2
  • 4
23
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,411
  • 2
  • 26
  • 35
22
votes
2 answers

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
  • 639
  • 3
  • 9
  • 20
22
votes
3 answers

Updating XCODE using different apple account

I have MAC OS 10.7.3. xcode 4.3.1 installed using different apple id as my macbook pro was used previously by my friend. Now when i try to upgrade Xcode to 4.3.2 it asking credentials for my friends account. Unfortunately App store clearly says you…
suresh
  • 2,365
  • 1
  • 26
  • 36
20
votes
1 answer

AWS EC2 : upgrade from AMI 1 to AMI 2

Is-there an easy way to upgrade from Amazon Linux AMI to Amazon Linux 2 AMI, or do I have to create a new instance and do again all my server setup ? Thanks for your feedback,
Logboo
  • 223
  • 1
  • 3
  • 6
20
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,525
  • 10
  • 55
  • 103
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,874
  • 10
  • 37
  • 63
20
votes
5 answers

HTTP status code for "client software update required" - what to use?

Which HTTP status code I need to return to indicate "client software update required"? For example, the server changed the format of the data it used to serve, and older clients won't be able to work with this, so the client must upgrade to use the…
antonio
  • 401
  • 3
  • 10
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
  • 53,120
  • 14
  • 139
  • 204
19
votes
1 answer

Could not load type 'Context' from assembly 'Microsoft.AspNetCore.Hosting, Version=3.0.0.0

Where using .netcore 2.2 an upgrade to .netcore 3.0 This is the error that we encounter when running unit test: "Could not load type 'Context' from assembly 'Microsoft.AspNetCore.Hosting, Version=3.0.0.0"
Richard Ybias
  • 335
  • 3
  • 9
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