Upgrading is the process of changing a system to a different, higher/newer version. It is similar to patching or updating (and for some software, may even be as simple as applying patches or updates, but is generally more involved and more comprehensive than the process for installing patches or updates.
Questions tagged [upgrade]
495 questions
3
votes
1 answer
How do I download a new Ubuntu release without installing it?
I want to upgrade - in this case, from Ubuntu Trusty to Vivid (going through Utopic if necessary) but I'd really rather do the upgrade in two parts, doing a dry run to get all the packages locally cached when I have an idle network (i.e.: overnight,…

Glyph
- 251
- 1
- 9
3
votes
2 answers
Windows Server 2012 unattended upgrade
I am new to using windows server software and at the moment we are using windows server 2008 R2 datacenter. We want to upgrade to server 2012.
How can we perform a unattended upgrade on the windows server. we have no physical access to this server.…

Quill Littlefeather
- 31
- 1
- 2
3
votes
1 answer
Is it technically possible to upgrade TFS 2010 to TFS 2013 Express?
Is there a supported upgrade path from Team Foundation Server 2010 Professional to Team Foundation Server 2013 Express? Is this possible on technical level?

GraemeMiller
- 143
- 5
3
votes
0 answers
Network Load Balancing 2003 to 2012 R2 Upgrade
We currently have a 3 node windows 2003 NLB cluster running in Multicast mode, for a IIS web cluster. We want to upgrade to 2012 R2. About 15 sites/IP addresses total.
Can you run 2012 R2 nodes in the same cluster as 2003 nodes (6 nodes total)?…

FredS
- 63
- 1
- 1
- 11
3
votes
1 answer
Best way to upgrading Servers from 2008 R2 to 2012 R2
I have 50+ Windows Servers with 2008 R2 OS, they have diverse roles installed, like some are DCs with DNS, DHCP, etc. Some are File Servers, Print Servers, WTS Servers, IIS and so on. They are all VmWare VMs. We are planning to upgrade them to 2012…

esserafael
- 339
- 2
- 9
- 20
3
votes
1 answer
Uninstall Older Sql Server After Upgrade
Is it ok to uninstall older versions of SQL Server after an upgrade? I have 2008/2008 R2 installed, but using 2014 since it was just upgraded.

Mike Flynn
- 244
- 1
- 4
- 13
3
votes
1 answer
How to perform upgrades on live servers
We have two servers that host two Windows 2008 servers with HyperV. Each of these servers has over 10 virtual machines (Exchange 2003, Active Directory, etc).
We have decided to upgrade it to Server 2012 (and upgrade the Exchange to 2013). However,…

user200417
- 41
- 1
3
votes
1 answer
Compatibility issue upgrading to Windows Server 2012 (Remote Desktop Roles need uninstalled?)
Windows Server 2012 setup (upgrading from Server 2008) says after compatibility check:
"Setup has detected that at least one of Remote Desktop Session Host (RDSH), Remote Desktop Connection Broker (RDCB), Remote Desktop Virtualization Host (RDVH)…

Triynko
- 3,418
- 6
- 31
- 30
3
votes
1 answer
debian - running unattended-upgrades on a particular day of the week
We're running unattended-upgrades on debian squeeze, and would like it to run once a week, only on a Wednesday morning.
To attempt this, we have set:
APT::Periodic::Unattended-Upgrade "7"
in /etc/apt/apt.conf.d/50unattended-upgrades
And then…

dastra
- 305
- 2
- 5
3
votes
1 answer
Dealing with upgrade of libevent on Amazon AWS
I am building an application (in Python) on Amazon EC2 that has a following dependency chain:
gevent-websocket ---> gevent ---> libevent
The last one (libevent) got upgraded on Sunday and my server is now generating this error:
(...)
File…

Dreen
- 153
- 4
3
votes
3 answers
How to remotely upgrade a debian system?
I am running debian on a couple of servers that I control and would like to upgrade them remotely. I do not have access to the keyboard directly, as they are VPS machines in a different location.
I have ran the following commands remotely:
apt-get…

chovy
- 340
- 1
- 5
- 16
3
votes
2 answers
Upgrade a legacy, expired RHEL 3.4.6 server to modern CentOS/Scientific Linux
I have a machine running a legacy J2EE application. The code is not Maven-ized and it works with pretty old Java and Postgres versions. I have converted it to a VM in ESXI and I'd like to try to upgrade it to a modern, binary-compatible version of…

Gabriel Tasiopoulos
- 31
- 1
3
votes
1 answer
Package upgrade on Ubuntu raid server and grub setup issue
I have remote Ubuntu 10.10 server running on raid system. I did package upgrade yesterday night for security reasons. During the upgrade, grub installation screen appeared and asked me which partition I wanted to install grub. Options are…

Sencer H.
- 562
- 1
- 8
- 17
3
votes
1 answer
What postgresql client version should I build against, if server is 8.x?
I'm planning updates to a system that is currently running with 8.x server on Windows, 8.x client on Windows, and 8.x client on Linux. Obviously that seems like a bad choice of platform in a mixed environment, but the Linux machine has no…

Ben Voigt
- 473
- 6
- 20
3
votes
3 answers
Compiling and maintaining applications?
What configure format do you use for
compiling and why ?
Example (you don't have to reply as the example but do state your directory setup):
prefix: /usr
exec_prefix: ${prefix}
bindir: …

Prix
- 4,881
- 3
- 24
- 25