Unix Technical Forum

ROI on 7.2 to 8.2

This is a discussion on ROI on 7.2 to 8.2 within the pgsql Admins forums, part of the PostgreSQL category; --> Hi, I have finally convinced my manager to "consider" the idea of migrating from 7.2 to 8.2. Obviously he ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Admins

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 09:09 AM
Medi Montaseri
 
Posts: n/a
Default ROI on 7.2 to 8.2

Hi,

I have finally convinced my manager to "consider" the idea of migrating from
7.2 to 8.2. Obviously he needs an ROI (Return Of Investment) analysis (in a
technical sense).

So, I am wondering if anyone has worked on a similar project where you had
to go thru the release notes and bug fixes to compile such a motivational
speech and willing to share.

Otherwise, as many links you can provide would be nice.

Cheers
Medi

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-10-2008, 09:09 AM
Joshua D. Drake
 
Posts: n/a
Default Re: ROI on 7.2 to 8.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Medi Montaseri wrote:
> Hi,
>
> I have finally convinced my manager to "consider" the idea of migrating from
> 7.2 to 8.2. Obviously he needs an ROI (Return Of Investment) analysis (in a
> technical sense).
>
> So, I am wondering if anyone has worked on a similar project where you had
> to go thru the release notes and bug fixes to compile such a motivational
> speech and willing to share.
>
> Otherwise, as many links you can provide would be nice.


Wow...

Does your manager still run Windows 98?

Not to be sarcastic but that is essentially what the argument boils down to.

1. 7.2 is *not* supported
2. 7.2 will not receive any backpatches
* There are data loss and security bugs that have not been back patched
3. If you post here with a question about 7.2, the first thing you will
get back is, "upgrade".
4. 8.2 is much faster (not like 10%, like 100%)

Now what problems are you going to run into?

Several datatypes in 7.2 are allowed to be '', in 8.x they are not.
Specifically number based types.

You may have to turn "on" add_missing_from_clause

Sincerely,

Joshua D. Drake




>
> Cheers
> Medi
>



- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGyyABATb/zqfZUUQRAk0SAJ9kQ2LvZ9MoCVwZX7gHgSB8NNgxygCfYp5a
bxD4582Zw+WM2XCEy38idCM=
=dP3b
-----END PGP SIGNATURE-----

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 09:09 AM
Scott Marlowe
 
Posts: n/a
Default Re: ROI on 7.2 to 8.2

On 8/21/07, Medi Montaseri <montaseri@gmail.com> wrote:
> Hi,
>
> I have finally convinced my manager to "consider" the idea of migrating from
> 7.2 to 8.2. Obviously he needs an ROI (Return Of Investment) analysis (in a
> technical sense).
>
> So, I am wondering if anyone has worked on a similar project where you had
> to go thru the release notes and bug fixes to compile such a motivational
> speech and willing to share.


This one's really pretty simple.

1: 7.2 is no longer supported by the community. any issues, you're
pretty much on your own.
2: 7.2 has a problem with transaction ID wraparound that cannot be
fixed. You have to dump and reload your data every so often or you
will lose data
3: I believe, but I'm not entirely sure, that there are other known
breakages in 7.2 that will eat your data eventually. Scour the list
for references to such things by Tom Lane.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-10-2008, 09:09 AM
Medi Montaseri
 
Posts: n/a
Default Re: ROI on 7.2 to 8.2

What can I say....at least he is willing to listen now...thanks guys...
This is an excellent start...

Cheers everyone
Medi

On 8/21/07, Joshua D. Drake <jd@commandprompt.com> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Medi Montaseri wrote:
> > Hi,
> >
> > I have finally convinced my manager to "consider" the idea of migrating

> from
> > 7.2 to 8.2. Obviously he needs an ROI (Return Of Investment) analysis

> (in a
> > technical sense).
> >
> > So, I am wondering if anyone has worked on a similar project where you

> had
> > to go thru the release notes and bug fixes to compile such a

> motivational
> > speech and willing to share.
> >
> > Otherwise, as many links you can provide would be nice.

>
> Wow...
>
> Does your manager still run Windows 98?
>
> Not to be sarcastic but that is essentially what the argument boils down
> to.
>
> 1. 7.2 is *not* supported
> 2. 7.2 will not receive any backpatches
> * There are data loss and security bugs that have not been back patched
> 3. If you post here with a question about 7.2, the first thing you will
> get back is, "upgrade".
> 4. 8.2 is much faster (not like 10%, like 100%)
>
> Now what problems are you going to run into?
>
> Several datatypes in 7.2 are allowed to be '', in 8.x they are not.
> Specifically number based types.
>
> You may have to turn "on" add_missing_from_clause
>
> Sincerely,
>
> Joshua D. Drake
>
>
>
>
> >
> > Cheers
> > Medi
> >

>
>
> - --
>
> === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
> PostgreSQL solutions since 1997 http://www.commandprompt.com/
> UNIQUE NOT NULL
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> PostgreSQL Replication: http://www.commandprompt.com/products/
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGyyABATb/zqfZUUQRAk0SAJ9kQ2LvZ9MoCVwZX7gHgSB8NNgxygCfYp5a
> bxD4582Zw+WM2XCEy38idCM=
> =dP3b
> -----END PGP SIGNATURE-----
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-10-2008, 09:09 AM
Chris Browne
 
Posts: n/a
Default Re: ROI on 7.2 to 8.2

montaseri@gmail.com ("Medi Montaseri") writes:
> I have finally convinced my manager to "consider" the idea of
> migrating from 7.2 to 8.2. Obviously he needs an ROI (Return Of
> Investment) analysis (in a technical sense). So, I am wondering if
> anyone has worked on a similar project where you had to go thru the
> release notes and bug fixes to compile such a motivational speech
> and willing to share. Otherwise, as many links you can provide
> would be nice.


You can simply look at the release notes for 7.3, 7.4, 8.0, 8.1, and
8.2.

You can find them here:
<http://www.postgresql.org/docs/8.2/static/release.html>

More specifically, you can find them at these URLs.

http://www.postgresql.org/docs/8.2/s...lease-7-3.html
http://www.postgresql.org/docs/8.2/s...lease-7-4.html
http://www.postgresql.org/docs/8.2/s...lease-8-0.html
http://www.postgresql.org/docs/8.2/s...lease-8-1.html
http://www.postgresql.org/docs/8.2/s...lease-8-2.html

Print off the contents of those five URLs, and you'll find somewhere
between 40 and 50 pages worth of _brief listings_ of bug fixes and
enhancements. Drop that pile of paper on his foot and ask if he
thinks it seems heavy enough to seem significant.

Add to that the other folks' arguments:

- There be "database eating bugs" there that be fixed in later
releases.
- Nobody is interested in supporting problems you have with such an
ancient version.
--
select 'cbbrowne' || '@' || 'cbbrowne.com';
http://www3.sympatico.ca/cbbrowne/internet.html
First Fact About Networks
"Pipes can be made wider, but not shorter"
-- Mark Miller
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-10-2008, 09:09 AM
Medi Montaseri
 
Posts: n/a
Default Re: ROI on 7.2 to 8.2

Thanks Chris,

I was actually just doing that and going down the list, picking fixes and
enhancements that are relevant to our product....by the time I got to
7.3...I came almost the same conclusion that I should just print (all of)
them and drop them on his desk..:-)

This is good, I thank everyone.

Medi

On 8/21/07, Chris Browne <cbbrowne@acm.org> wrote:
>
> montaseri@gmail.com ("Medi Montaseri") writes:
> > I have finally convinced my manager to "consider" the idea of
> > migrating from 7.2 to 8.2. Obviously he needs an ROI (Return Of
> > Investment) analysis (in a technical sense). So, I am wondering if
> > anyone has worked on a similar project where you had to go thru the
> > release notes and bug fixes to compile such a motivational speech
> > and willing to share. Otherwise, as many links you can provide
> > would be nice.

>
> You can simply look at the release notes for 7.3, 7.4, 8.0, 8.1, and
> 8.2.
>
> You can find them here:
> <http://www.postgresql.org/docs/8.2/static/release.html>
>
> More specifically, you can find them at these URLs.
>
> http://www.postgresql.org/docs/8.2/s...lease-7-3.html
> http://www.postgresql.org/docs/8.2/s...lease-7-4.html
> http://www.postgresql.org/docs/8.2/s...lease-8-0.html
> http://www.postgresql.org/docs/8.2/s...lease-8-1.html
> http://www.postgresql.org/docs/8.2/s...lease-8-2.html
>
> Print off the contents of those five URLs, and you'll find somewhere
> between 40 and 50 pages worth of _brief listings_ of bug fixes and
> enhancements. Drop that pile of paper on his foot and ask if he
> thinks it seems heavy enough to seem significant.
>
> Add to that the other folks' arguments:
>
> - There be "database eating bugs" there that be fixed in later
> releases.
> - Nobody is interested in supporting problems you have with such an
> ancient version.
> --
> select 'cbbrowne' || '@' || 'cbbrowne.com';
> http://www3.sympatico.ca/cbbrowne/internet.html
> First Fact About Networks
> "Pipes can be made wider, but not shorter"
> -- Mark Miller
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:09 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com