Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #729 > unrolled thread

Interactive Installer

Started bygargoyle60 <gargoyle60@example.invalid>
First post2016-12-25 11:32 +0000
Last post2016-12-27 20:39 +0100
Articles 4 — 3 participants

Back to article view | Back to comp.databases.postgresql


Contents

  Interactive Installer gargoyle60 <gargoyle60@example.invalid> - 2016-12-25 11:32 +0000
    Re: Interactive Installer Luuk <luuk@invalid.lan> - 2016-12-26 12:02 +0100
      Re: Interactive Installer gargoyle60 <gargoyle60@example.invalid> - 2016-12-27 09:16 +0000
        Re: Interactive Installer Robert Klemme <shortcutter@googlemail.com> - 2016-12-27 20:39 +0100

#729 — Interactive Installer

Fromgargoyle60 <gargoyle60@example.invalid>
Date2016-12-25 11:32 +0000
SubjectInteractive Installer
Message-ID<1fbv5ctlgmtofld600cl1etibb7t5bk2c6@4ax.com>
I have a download of the Interactive Installer (postgresql-9.3.7-1-linux-x64.run) from the
EnterpriseDB site and was wondering if it is possible to bypass the interactive state and use any
command line switches. Does anybody know the syntax?

[toc] | [next] | [standalone]


#730

FromLuuk <luuk@invalid.lan>
Date2016-12-26 12:02 +0100
Message-ID<5860f8e1$0$21410$e4fe514c@news.xs4all.nl>
In reply to#729
On 25-12-16 12:32, gargoyle60 wrote:
> I have a download of the Interactive Installer (postgresql-9.3.7-1-linux-x64.run) from the
> EnterpriseDB site and was wondering if it is possible to bypass the interactive state and use any
> command line switches. Does anybody know the syntax?
>

You have downloaded the 'Interactive Installer', and now you want it to 
be 'non-Interactive' ???

Also, on enterprisedb.com, i only see versions 9.4 and 9.5, and no 
version 9.3

But, did you try:
postgresql-9.3.7-1-linux-x64.run --help

Or take a look at the docs:
( 
http://get.enterprisedb.com/docs/EDB_Postgres_Advanced_Server_Installation_Guide_v9.5.pdf 
)
4.4.4 Reference - Command Line Options

[toc] | [prev] | [next] | [standalone]


#731

Fromgargoyle60 <gargoyle60@example.invalid>
Date2016-12-27 09:16 +0000
Message-ID<56c46cd5egclh02tkoc8jsat2o7kt3lbg6@4ax.com>
In reply to#730
On Mon, 26 Dec 2016 12:02:58 +0100, Luuk <luuk@invalid.lan> wrote:

>You have downloaded the 'Interactive Installer', and now you want it to 
>be 'non-Interactive' ???
>
Indeed! Why? Because I wanted the specific verson as a self-contained installer for different
machines.
>
>But, did you try:
>postgresql-9.3.7-1-linux-x64.run --help

Yes, after trying -h and /? and so on.
I have since run it as non-interactive, although it doesn't run strictly as I imagined because it
still requires interaction (clicking Next/Continue), but at least I can standardise the switches
across my different machines and speed things up a bit..

[toc] | [prev] | [next] | [standalone]


#732

FromRobert Klemme <shortcutter@googlemail.com>
Date2016-12-27 20:39 +0100
Message-ID<ecfubnFq51hU1@mid.individual.net>
In reply to#731
On 27.12.2016 10:16, gargoyle60 wrote:
> On Mon, 26 Dec 2016 12:02:58 +0100, Luuk <luuk@invalid.lan> wrote:
>
>> You have downloaded the 'Interactive Installer', and now you want it to
>> be 'non-Interactive' ???
>>
> Indeed! Why? Because I wanted the specific verson as a self-contained installer for different
> machines.
>>
>> But, did you try:
>> postgresql-9.3.7-1-linux-x64.run --help
>
> Yes, after trying -h and /? and so on.
> I have since run it as non-interactive, although it doesn't run strictly as I imagined because it
> still requires interaction (clicking Next/Continue), but at least I can standardise the switches
> across my different machines and speed things up a bit..

Maybe write an Ansible script?

Cheers

	robert

-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.databases.postgresql


csiph-web