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

Cancel In app Billing Subscription in android

In my app , there is functionality called in app subscription which is auto renewal . In app there is a feature called "Cancel Upgrade". What I want is If user cancel the subscription then his/her subcription will be cancelled not refundable but…
KishuDroid
  • 5,411
  • 4
  • 30
  • 47
13
votes
2 answers

SocketIO emit with callback fails while upgrading 0.9.16 to 1.3.5

In 0.9.16, I use socket.emit with callback so that the chat server return some data and I can handle the result as per the acknowledgement. But after the upgrade to 1.3.5 I've found a error in console like this Uncaught TypeError: Cannot read…
Tony Jose
  • 1,654
  • 1
  • 13
  • 25
13
votes
8 answers

Genericized commons collection

I'm astonished that the Apache Commons Collections project still hasn't got around to making their library generics-aware. I really like the features provided by this library, but the lack of support for generics is a big turn-off. There is a…
Dónal
  • 185,044
  • 174
  • 569
  • 824
13
votes
1 answer

How do I upgrade all upgradable packages using ppm?

When I open up ppm, the UI shows me several upgradable packages. Unfortunately, I cannot select them all by typing Ctrla or clicking the first element, holding Shift and then select the last element in the list. Do I really have to walk through all…
eckes
  • 64,417
  • 29
  • 168
  • 201
13
votes
1 answer

How to update Mojarra version in GlassFish

I want to update my JSF application to use Mojarra version 2.1.8. I added these lines into the POM file of the WAR package: org.glassfish javax.faces
user1285928
  • 1,328
  • 29
  • 98
  • 147
12
votes
1 answer

How do I upgrade a database without removing the data that the user input in the previous database?

I am creating an app that needs a database. I created it using sqlite database browser, which means the app I created, imports the database I created into the phone. The app that I create requires that the user enter data into the database. When…
starvi
  • 519
  • 4
  • 15
  • 29
12
votes
4 answers

How to upgrade node to specific version in macOS Mojave, and update the active path for node?

I want to upgrade node to 12.10.0 and npm to 6.11.3, currently I am working on macOS Mojave version 10.14.5 I am using these commands to upgrade the node version to 12.10.0:: sudo npm cache clean -f (force) clear you npm cache sudo npm install -g n…
Archana Sharma
  • 1,953
  • 6
  • 33
  • 65
12
votes
4 answers

pacman -Syuu : error: failed retrieving file ("Operation too slow" and "SSL certificate problem")

I am having troubles when trying to upgrade my Portable Msys2 under Win 10 with pacman -Syuu, as detailed below. I did this before with no problem. What could the problem and solution be? $ pacman -Syuu :: Synchronizing package databases... mingw32…
12
votes
3 answers

Why doesn't my ClickOnce application recognize there is an upgrade the first time I open the application after deploying a new version?

I deploy a new version of my ClickOnce application I open my ClickOnce application on the test client machine No upgrade is offered I close my ClickOnce application and re-open it and now the upgrade is offered Why do I have to open, close, and…
Brian T Hannan
  • 3,925
  • 18
  • 56
  • 96
12
votes
6 answers

finding out what is causing dreaded "The website encountered an unexpected error. Please try again later." message

while doing a drupal 6 to 7 upgrade I am getting the not so helpful message "The website encountered an unexpected error. Please try again later." everytime I go to certain pages. ex) /admin/config What is the best way to find out what is causing…
brian_d
  • 11,190
  • 5
  • 47
  • 72
12
votes
1 answer

HTTP/1.1 426 Upgrade Required

When trying to connect to localhost (with Terminal), I got this answer: HTTP/1.1 426 Upgrade Required Server: WebSocket++/0.3.0-alpha4 How can I respond to that to Upgrade?
Valentina Morigi
  • 129
  • 1
  • 1
  • 4
12
votes
6 answers

upgrade openSSH 7.2p in ubuntu 14.04

I have a server running Ubuntu 14.04, but I have an issue with PCI requirements. I have installed in my server OpenSSH 6.6p1, then I upgraded it to OpenSSH 7.2p, compiling the code with make and make install directly from repositories from OpenSSH,…
12
votes
5 answers

Upgrading from SQL Server 2008 R2 Express to SQL Server 2008 R2 Enterprise

When I tried upgrading from SQL Server 2008 R2 Express to SQL Server 2008 R2 Enterprise, it passed all tests and then it failed at step "Select features", saying the following error: There are no features selected for upgrade. And a window error…
12
votes
2 answers

WiX installer remove files on uninstall but not on upgrade

I have a program that installs with a WiX installer. The program itself creates a number of files in the [CommonAppDataFolder]\[MyAppName]\ directory. These files all have the same extension (lets call it .dat). On upgrading, I want to retain these…
Matthew King
  • 5,114
  • 4
  • 36
  • 50
12
votes
1 answer

Missing libraries when upgrading to PostGIS 2.1 and PostgreSQL 9.3.1 using homebrew

In the process of upgrading my PostgreSQL from version 9.2.4 to 9.3.1 (via homebrew on OS X) I came across an odd problem. These are the steps I took so far PostgreSQL, PostGIS and required libraries installed (no errors) run initdb on the new…
poezn
  • 4,009
  • 4
  • 25
  • 27