I wrote a blog post that may interest computer geeks / IT admins with this subject:
http://www.redsquirrel.me/2008/12/uptim ... ume-2.html
What triggered me to write this post is I've seen so many instances where I've seen people bring a service down when really, it could be avoided.
Discuss.
Archived topic from AOV, old topic ID:3962, old post ID:25482
Server availibility blog post I made.
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Server availibility blog post I made.
Honk if you love Jesus, text if you want to meet Him!
Server availibility blog post I made.
geeze get bored on that blog lol
Archived topic from AOV, old topic ID:3962, old post ID:25483
Archived topic from AOV, old topic ID:3962, old post ID:25483
Server availibility blog post I made.
1) People don't always have test servers on hand that they can try the upgrade on.
2) Some applications/situations require the upgrade of massive amounts of data that take a very long time. It is also not feasible to make a separate system with a mirror of all this data.
3) Sometimes the people administering the upgrade are retards and/or don't know wtf they are doing.
Archived topic from AOV, old topic ID:3962, old post ID:25487
2) Some applications/situations require the upgrade of massive amounts of data that take a very long time. It is also not feasible to make a separate system with a mirror of all this data.
3) Sometimes the people administering the upgrade are retards and/or don't know wtf they are doing.
Archived topic from AOV, old topic ID:3962, old post ID:25487
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Server availibility blog post I made.
A test environment is a must though. In fact that should be the first thing to be setup before the actual live one, as the whole thing has to be tested ahead of time anyway and be developed. It can't really be done in thin air. So you keep test environment afterwards then use it to do your development on and test new changes/updates without impacting possible customers (depending on the system in question). Like when I make a website from scratch I always do it on my local server and test it from there so before it's even gone live I already have a test environment for it.
Even large sums of data should not take THAT long to transfer/change if the process is well coded.
Archived topic from AOV, old topic ID:3962, old post ID:25490
Even large sums of data should not take THAT long to transfer/change if the process is well coded.
Archived topic from AOV, old topic ID:3962, old post ID:25490
Honk if you love Jesus, text if you want to meet Him!
Server availibility blog post I made.
Squirrel you still have a lot to learn.Red Squirrel wrote:A test environment is a must though. In fact that should be the first thing to be setup before the actual live one, as the whole thing has to be tested ahead of time anyway and be developed. It can't really be done in thin air. So you keep test environment afterwards then use it to do your development on and test new changes/updates without impacting possible customers (depending on the system in question). Like when I make a website from scratch I always do it on my local server and test it from there so before it's even gone live I already have a test environment for it.
Even large sums of data should not take THAT long to transfer/change if the process is well coded.
Archived topic from AOV, old topic ID:3962, old post ID:25495