A sysadmin who goes about changing the production environment without a change plan is a sysadmin who is more of a liability than they are worth.
That might sound like an insult, but it is a hard fact. A sysadmin's primary job is it provide a <emphasis>stable</emphasis> environment for the users of that environment. Given a stable environment other things can be done like running production applications that make the business money. That's the whole point of the exercise anyway. Isn't it?

Before making changes on a production system they need to be tested on a <emphasis>test</emphasis> system that closely mirrors production. That way when they go into production you know what to expect and can plan for it. In any case, you need to have a backout plan, yes even for the test system, in case things go south.

It seems to me that much of your grief comes from a lack of planning. Expecting to be able to upgrade software, any software, and expect everything to continue to work the way they always have is foolhardy. Newer isn't better until it has been proven so.

Have fun,
Carl Forde


In reply to Re: Re (tilly) 1: Why I hate Perl (discussion) by cforde
in thread Why I hate Perl (discussion) by deprecated

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.