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
19
votes
1 answer

The bundle currently has rails locked at 4.0.4

In Gemfile I made the following change: -bash> git diff Gemfile ... -gem 'rails', '4.0.4' +gem 'rails', '4.0.5' I then ran bundle and got a show-stopping message: -bash> bundle Fetching gem metadata from https://rubygems.org/........ Fetching…
user664833
  • 18,397
  • 19
  • 91
  • 140
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
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,997
  • 7
  • 28
  • 33
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
  • 702
  • 6
  • 21
18
votes
3 answers

Trying to update libpython3.6-stdlib results in overwrite error

Here are the error logs which I get try to update the dependency. I feel --overwrite flag can do the job with "dpkg" but I am not sure whether to use it or not as I see some cross dependency down there. Thank you so much for your help. sudo apt-get…
vipulbhj
  • 710
  • 5
  • 21
18
votes
2 answers

Best practice for upgrading CUDA and cuDNN for tensorflow

I'm currently in charge of getting tensorflow-gpu 1.8 to work on my machine. I've been using tf-gpu 1.2 until now, but due to some required features, I have to upgrade my installation. Before doing so, I wanted to check if there is a best practice…
DocDriven
  • 3,726
  • 6
  • 24
  • 53
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,803
  • 1
  • 16
  • 23
18
votes
7 answers

phpMyAdmin - Error You should upgrade to MySQL 5.5.0 or later

I installed phpMyAdmin-4.2.9.1-english on a Centos 6.5 platform. 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux When I login I get the following screen: phpMyAdmin - Error You should upgrade to MySQL…
user3400327
  • 181
  • 1
  • 2
  • 3
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
  • 42,153
  • 26
  • 121
  • 131
17
votes
5 answers

Reason to upgrade from ASP.NET MVC2 to MVC3

With the release of ASP.NET MVC 3, I am wondering what are the major reasons (killer features) we should upgrade our app to MVC3. Our app is currently in MVC2 using: Ninject & Ninject.Web for IoC, Linq to Sql jQuery (no ASP.NET Ajax) flot…
Tawani
  • 11,067
  • 20
  • 82
  • 106
17
votes
2 answers

Questions about Android application update

A few questions : What implications does upgrading an app have on stored data i.e. Preferences and database? Does the system perform a clean install of the new version(i.e. remove the older version and then install the new) or something else? …
Samuh
  • 36,316
  • 26
  • 109
  • 116
17
votes
2 answers

How to Upgrade the Erlang version on Ubuntu (R14B04 to latest stable version)?

How to Upgrade Erlang version on Ubuntu (R14B04 to latest stable version)?
Jamie Tabone
  • 581
  • 1
  • 4
  • 7
17
votes
2 answers

Set the value of column when upgrading table with alembic

I am using PostgreSQL and Alembic for migration. When I added new column to my User table Alembic generated migration with the following script: revision = '4824acf75bf3' down_revision = '2f0fbdd56de1' from alembic import op import sqlalchemy as…
Max
  • 2,425
  • 6
  • 35
  • 54
16
votes
2 answers

Wix/MSI - How to avoid installing same MSI twice

I have my installer coded in WiX language. It supports major upgrade mechanism. A particular requirement is that the same MSI file will not be possible to install twice. Now comes the tricky part: if user install and then try to install it again (UI…
Santi Agüero
  • 3,143
  • 8
  • 27
  • 39
16
votes
1 answer

How do I update node.js to a specific version on Windows?

I have node version 6.11.3 installed. I need to install 8.11.3 on windows. I just can't find anything that works. Does anyone know how to do this?
Sam
  • 4,766
  • 11
  • 50
  • 76