Top "Upgrade" questions

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

Debian - upgrade php from version 5.6 to 7.2

I'm trying to upgrade from PHP 5.6.35 to PHP 7.2, I did run the following command: sudo apt install php7.2 php7.2-common …

debian upgrade php-5.6 php-7.2
Xerces-C: Migration from v2.x to v3.x?

I would like to migrate a project (legacy code which I am not quite familiar with) from Xerces-C v2.x …

c++ xml api upgrade xerces-c
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? …

clojure version upgrade leiningen lighttable
What are best practices for self-updating PHP+MySQL applications?

It is pretty standard practice now for desktop applications to be self-updating. On the Mac, every non-Apple program that uses …

php mysql security upgrade
Upgrading grails from 2.1.1 to 2.4.3

I am upgrading a grails app from 2.1.1 to 2.4.3 and solving errors along the upgrade is a never ending story. Now …

grails upgrade grails-2.4
how to upgrade laravel 6 to 7

i am trying to upgrade laravel 6 to 7, i got an error. our requirements could not be resolved to an installable …

php laravel upgrade laravel-6
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 …

asp.net visual-studio-2010 upgrade visual-studio-2012 web-site-project
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 …

jsf jsf-2 glassfish upgrade mojarra
Laravel 4.2 to 5 Class 'App\Http\Controllers\Controller' not found

I upgraded my project from Laravel 4.2 to 5.0 but I get this error when I finish the process: Class 'App\Http\…

exception controller upgrade laravel-5 classnotfound