The process of applying, or files used to apply, improvements to a system or program. An update is typically encompasses minor changes and improvements, relative to an upgrade.
Questions tagged [update]
648 questions
6
votes
1 answer
Ubuntu apt-get update vs upgrade
I have a VPS with Ubuntu Server 12.04 and I want maximal stability of my server, which's main purpose is a webserver.
What are difference between Update and Upgrade? I can't understand difference. As I understand Upgrade is upgrading version of…

happy_marmoset
- 201
- 2
- 5
6
votes
4 answers
How to determine if a Debian upgrade updated the kernel
Let's say I have just done an aptitude safe-upgrade on a Debian system, but I was not paying attention so I did not notice if the kernel was updated or not.
How can I now determine if there was a kernel upgrade and a reboot is in order?

user35042
- 2,681
- 12
- 34
- 60
6
votes
2 answers
Windows Update for numerous powered-down Virtual Machines
Before I dive into the question asking, let me give some background on the question.
I have a VM project I am working on. Sales reps at my company need to have VMs of different configurations to demo our software on. We don't want a VM server, but a…

Jon
- 351
- 1
- 2
- 3
6
votes
4 answers
When to relink Oracle?
Various sources on the internet suggest relinking of Oracle binaries is necessary after each OS upgrade and / or patch.
I can understand relinking would be necessary when upgrading glibc. Some package likely do not to require relinking, some do,…

wzzrd
- 10,409
- 2
- 35
- 47
6
votes
4 answers
how often should I install updates on Windows 2008 R2 server?
I'm wondering how often you would recommend installing updates on Windows 2008 R2 servers?
We got two productions servers, one databaseserver running MS SQL and one webserver running IIS 7.0.
Would you recommend restarting the servers after…

Cindy
- 61
- 1
- 2
6
votes
3 answers
Specify update with apt-get upgrade?
In Ubuntu, the most convenient way to get a system up to date is to call apt-get update followed by apt-get upgrade.
However, on a system that is part of a production environment, it is common practice to test the updates first on an offline system…

steffi_b
- 63
- 1
- 4
6
votes
3 answers
How to stay up to date with the latest information about UNIX software patches and upgrades?
Until now I have always used the SecurityFocus mailing lists to keep myself informed about the possible need of upgrading my server packages. The main problems I have with using this method:
Massive amount of items every day. I simple don't have…

Aron Rotteveel
- 8,449
- 17
- 53
- 64
6
votes
3 answers
How to update a live webserver?
I'm in the process of setting up a webserver and I was wondering what the best practice method of updating the website it contains would be. I'm aware that I should have some sort of 'test' server running in parallel so that changes can be tried…

radman
- 1,671
- 3
- 16
- 17
6
votes
3 answers
Managing self-updating Windows software in GPO-deployed packages
Being very new to Windows software distribution for a small network (<50 clients) I was wondering how software packages like Adobe's Reader or Java are handled. I can deploy them as MSIs via group policies just fine. But what happens when the client…

Paul
- 1,918
- 4
- 18
- 24
6
votes
2 answers
EMERGENCY! Update Statement for critical mysql production database now running for 18 hours, need help
We have a table with 500 million rows. Unfortunately, one of the columns was int(11), which is a signed int, and it was an incrementing value that just rolled over the 2.1 billion magic number. This immediately caused downtime for about 10.000…

Tim
- 71
- 4
5
votes
1 answer
Running an Ansible command in multiple docker containers
I need to run a command against multiple running containers. For example, let's say my app needs to run a data structure update against a database after receiving code updates. To do this, we want to run docker build -t latest, then…

DMCoding
- 492
- 5
- 11
5
votes
3 answers
Ansible: updating select packages if installed without installing if not
I have a few tens of hosts that are a mix of CentOS 6 and 7. I recently started using Ansible to help manage them, but I'm still very much a newbie.
Like everybody, I have a periodic need to update packages on those machines, especially for security…

Iba Popo
- 51
- 1
- 1
- 3
5
votes
1 answer
How do companies handle the need for different Java requirements on the same user?
In our company, we use GPOs to push software updates such as Java updates. We have about 150 users in different offices located in different countries, all using Windows 7. We have a few office-specific applications, and no user has admin…

salcoin
- 53
- 5
5
votes
2 answers
How can I keep the RHEL version static (e.g. RHEL 5.1)?
For compatibility with a program :
I need to keep one of our servers in a specific version, for example rhel 5.1
I would like to keep it as updated as possible, but not to change versions.
What should I do:
Configure yum?
Configure satellite…

criss
- 153
- 2
- 3
- 9
5
votes
2 answers
How to update a Dell server when the Dell Server Update Utility ISO is 11GB?
We have a stack of old Dell R610s. we need to update the BIOS and drivers, but the servers have no OS on them, and the Dell downloads page only has windows executables for the various updaters. We understand the only way to do this is by…

eos
- 551
- 4
- 10
- 27