Re: Running on Docker, AWS with Data Stored on EBS - Mailing list pgsql-general

From David G. Johnston
Subject Re: Running on Docker, AWS with Data Stored on EBS
Date
Msg-id CAKFQuwZQ6moO7ZydhvvyOBNPw6=FUtM9eNaac6eCat++eOHAyQ@mail.gmail.com
Whole thread Raw
In response to Running on Docker, AWS with Data Stored on EBS  (Ryan Mahoney <ryan.mahoney@outlook.com>)
Responses Re: Running on Docker, AWS with Data Stored on EBS  (Ryan Mahoney <ryan.mahoney@outlook.com>)
List pgsql-general
On Tue, Nov 8, 2016 at 12:48 PM, Ryan Mahoney <ryan.mahoney@outlook.com> wrote:

Hi All,

TL;TR: Can a new PostgreSQL process, running on a different server instance effectively resume operations by reading the same data directory location as another PostgreSQL process that is no longer running?

In short - yes.

Avoiding concurrent access and ensuring that the various PostgreSQL binaries involved are all running at minimum the same major (9.6.x) version of PostgreSQL, and ideally the same configuration, is what matters.

David J.

pgsql-general by date:

Previous
From: Moreno Andreo
Date:
Subject: Best practices to manage custom statistics
Next
From: Adrian Klaver
Date:
Subject: Re: resolution order for foreign key actions?