Silent installation of postgres

Started by Shriganesh Shintreover 20 years ago2 messagesgeneral
Jump to latest
#1Shriganesh Shintre
Shriganesh.Shintre@symphonysv.com

I want silent, non-interactive installation postgresSQL on Windows.

I don't want to use the .msi provided for silent installation. Is there
any method by which I can just copy the binaries and run some postgres
script which will configure the Postgres to work same as installed one?

Thanks

Shri

#2Magnus Hagander
magnus@hagander.net
In reply to: Shriganesh Shintre (#1)
Re: Silent installation of postgres

I want silent, non-interactive installation postgresSQL on Windows.

I don't want to use the .msi provided for silent
installation. Is there any method by which I can just copy
the binaries and run some postgres script which will
configure the Postgres to work same as installed one?

Sure, but you'll have to write all the scripts yourself. To see what the
installer does, the source is on pgFoundry.

//Magnus