• Interactive Installer

    From gargoyle60@21:1/5 to All on Sun Dec 25 11:32:28 2016
    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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luuk@21:1/5 to All on Mon Dec 26 12:02:58 2016
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gargoyle60@21:1/5 to Luuk on Tue Dec 27 09:16:47 2016
    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..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Robert Klemme@21:1/5 to All on Tue Dec 27 20:39:34 2016
    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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)