Thread: Servers configs location?

Servers configs location?

From
Oscar Fanelli
Date:
Where are stored the servers configurations?

I'm using pgadmin4 with docker and I would like to save servers between each run, and to do so I need to mount as
volumethe dir where the configurations are stored. 

Thanks,
Oscar




Re: Servers configs location?

From
Dave Page
Date:
On Tue, Oct 25, 2016 at 1:30 PM, Oscar Fanelli <oscar.nesis@gmail.com> wrote:
> Where are stored the servers configurations?
>
> I'm using pgadmin4 with docker and I would like to save servers between each run, and to do so I need to mount as
volumethe dir where the configurations are stored.
 

By default, ~/.pgadmin/pgadmin4.db

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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: Servers configs location?

From
Oscar Fanelli
Date:
Thanks a lot Dave!

> On 25 Oct 2016, at 14:45, Dave Page <dpage@pgadmin.org> wrote:
>
> On Tue, Oct 25, 2016 at 1:30 PM, Oscar Fanelli <oscar.nesis@gmail.com> wrote:
>> Where are stored the servers configurations?
>>
>> I'm using pgadmin4 with docker and I would like to save servers between each run, and to do so I need to mount as
volumethe dir where the configurations are stored. 
>
> By default, ~/.pgadmin/pgadmin4.db
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company