I have a server which is getting a bit outdated as I haven't updated it since a few months. I wanted to try cron-apt but first wanted to do it manually, so I issued a
sudo apt-get update
as a first step. Everything went ok but when I checked my apache error logs I got some messages like these:
[error] [client xxx.xxx.xxx.xxx] exception 'MongoCursorTimeoutException' with message 'cursor timed out (timeout: 30000, time left: 0:0, status: 0)'
from users who were connecting to my server at that moment.
Please note that I haven't issued a apt-get upgrade yet, but I got a bit concerned that just updating the package db would affect some users, specially if I cron this to say once a day.
Only workaround I can think of is doing this at a off-peak time, but besides that obvious assumptions, is there any other tip you could give?