Re: pgadmin setup without /usr/pgadmin4/bin/setup-web.sh

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Jo Drop <jo-dropbox(at)web(dot)de>
Cc: "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: pgadmin setup without /usr/pgadmin4/bin/setup-web.sh
Date: 2021-02-15 10:20:50
Message-ID: CA+OCxox6sBt_PF1Y7AoEiR1vXhGqr1MP+dya8Y-g7UAD0fUpig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Mon, Feb 15, 2021 at 9:41 AM Jo Drop <jo-dropbox(at)web(dot)de> wrote:

> Hi,
>
> I tried to do it with environment variables but it still asks, am I
> missing something?
>
> root(at)pgadmin:~# PGADMIN_SETUP_PASSWORD="123"
> root(at)pgadmin:~# PGADMIN_SETUP_EMAIL="jo-drop(at)XXX(dot)xx" <jo-drop(at)XXX(dot)xx>
> root(at)pgadmin:~# /usr/pgadmin4/bin/setup-web.sh --yes
> Running in non-interactive mode...
> Setting up pgAdmin 4 in web mode on a Debian platform...
> Creating configuration database...
> NOTE: Configuring authentication for SERVER mode.
>
> Enter the email address and password to use for the initial pgAdmin user
> account:
>
> Email address:
>

You need to export the variables (that's how our container does it), or run
it all from one command, e.g.

root(at)pgadmin:~# PGADMIN_SETUP_PASSWORD=abc123
PGADMIN_SETUP_EMAIL=jo-drop(at)XXX(dot)xx /usr/pgadmin4/bin/setup-web.sh --yes

>
>
> Am 14.02.21 um 19:42 schrieb Jo Drop:
>
> Hi,
>
> thank you very much, I will try that right away.
>
> kind regards,
> Jo
>
> Am 14.02.21 um 17:12 schrieb Dave Page:
>
> Hi
>
> On Sat, Feb 13, 2021 at 12:10 PM Jo Drop <jo-dropbox(at)web(dot)de> wrote:
>
>> Hi,
>>
>>
>> I am about to set up pgadmin 4 in a lxc container and followed the
>> instructions for the web only mode over here:
>> https://www.pgadmin.org/download/pgadmin-4-apt/
>>
>> The last part is interactive and I would like to avoid that.
>>
>> Is there an alternative to using /usr/pgadmin4/bin/setup-web.sh ? I
>> would prefer to just copy some pre-configured config files into the
>> container.
>>
>> Which would I need to copy?
>>
>
> The setup script doesn't create any configuration files you can just copy
> - it enables Apache HTTPD and some required modules, and if you're on
> Redhat it will run some SELinux commands.
>
> You can avoid the interactivity by setting PGADMIN_SETUP_EMAIL
> and PGADMIN_SETUP_PASSWORD in the environment to an appropriate email
> address and password for the initial user, and then running the script with
> the -y option on the command line.
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EDB: http://www.enterprisedb.com
>
>
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message James B. Byrne 2021-02-18 19:34:33 pgadmin-4.30 upgrade from 4.27
Previous Message Jo Drop 2021-02-15 09:41:32 Re: pgadmin setup without /usr/pgadmin4/bin/setup-web.sh