Hi all! My name is Nick and I work as a Full Stack Engineer.
Part of my daily job is configuring and maintaining servers!
I work in a very hybrid environment, consisting of instances in the AWS Cloud, Oracle cloud (very interesting experience that I hope to share in another post) and dedicated servers in our own and remote datacenters.
Today I migrated a server running a LAMP stack to a new location, and was shocked at it's uptime. It may not be that much but for me is my current record! This server survived working on an average load of 91% for 437 days!
So my question is, what is your longest server uptime? How did you achieve it?










I don't know exactly but probably about a decade.
I worked for a while on recovering an application from a running server which hadn't ever been turned off and had "started making funny noises". I had to telnet to a SunOS box and grab the code and try to replicate functionality on a modern (well, modern for a few years ago) SUSE box. It wasn't just a case of updating the code, we weren't sure exactly how the system was supposed to work so I needed to run it in parallel on both systems to make sure my modifications weren't breaking functionality. That was fun :)