Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails

Started by Claus Scherschelover 20 years ago4 messagesgeneral
Jump to latest
#1Claus Scherschel
claus.scherschel@arcor.de

Hi folks at pgsql.admin,

I've Postgres 8.0.1 running natively under Windows XPpro SP2. I would
like to update to 8.0.3 using the upgrade-batchfile coming with the
zipped download file.
The installation stops when trying to install the service, saying the
Postgres 8.0 Database Service could not be installed. The current
account seems not have proper right to install services. Unfortunelty,
the current account is the Administrator-Account that has these rights.
Installing 8.0.1 a few months ago wasn't a problem at all.
I would be glad if there was a solution without deinstalling the older
version first.

Any ideas?
Thanks in advance,
Claus Scherschel.

#2Magnus Hagander
magnus@hagander.net
In reply to: Claus Scherschel (#1)
Re: Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails

Hi folks at pgsql.admin,

I've Postgres 8.0.1 running natively under Windows XPpro SP2.
I would like to update to 8.0.3 using the upgrade-batchfile
coming with the zipped download file.
The installation stops when trying to install the service,
saying the Postgres 8.0 Database Service could not be
installed. The current account seems not have proper right to
install services. Unfortunelty, the current account is the
Administrator-Account that has these rights.
Installing 8.0.1 a few months ago wasn't a problem at all.
I would be glad if there was a solution without deinstalling
the older version first.

The way to do it is to deinstall the old version. What's the problem
with that? (it won't remove your data!)

//Magnus

#3Claus Scherschel
claus.scherschel@arcor.de
In reply to: Magnus Hagander (#2)
Re: Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails

Hi Magnus,

thanks for your answer.

The way to do it is to deinstall the old version. What's the problem
with that? (it won't remove your data!)

Well, maybe you're right. But why do that guys call it upgrade if it
doesn't upgrade!? I thought the purpose of updating mechanism was
easyness of upgrades.

Slightly fuzzed,
Claus.

#4Magnus Hagander
magnus@hagander.net
In reply to: Claus Scherschel (#3)
Re: Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails

The way to do it is to deinstall the old version. What's

the problem

with that? (it won't remove your data!)

Well, maybe you're right. But why do that guys call it
upgrade if it doesn't upgrade!? I thought the purpose of
updating mechanism was easyness of upgrades.

It usually *can* upgrade. But there are some times when it can't, and we
haven't quite figured out why.

//Magnus