Just in case this helps the next person who can't figure out why their
postgres server won't start today:
If you are running Postgres inside Microsoft WSL (at least on Ubuntu, maybe
on others too), and just picked up a software update to version 11.2, you
will need to go into your /etc/postgresql.
27;s the case for me at least.
Best,
Bruce
On Thu, Feb 14, 2019 at 2:48 PM Tom Lane wrote:
> Bruce Klein writes:
> > If you are running Postgres inside Microsoft WSL (at least on Ubuntu,
> maybe
> > on others too), and just picked up a software update to version 11.2, you
> In 11.1 did you see the message "WARNING: could not flush dirty data:
Function not implemented"
Yes
re: the discussions of O/S and filesystem in that thread:
I am not qualified to describe the implementation of WSL but I believe it
is neither pure Ubuntu running on metal, nor a virtual machine
> I guess the OP is reporting about a .deb that was built on a real Linux
system
Yes, I (OP) installed via:
% wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
sudo apt-key add -
% sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/
$(lsb_release -sc)-pgdg main
Sounds good to me. Thank you!
On Fri, Feb 22, 2019 at 11:47 AM Thomas Munro
wrote:
> On Tue, Feb 19, 2019 at 5:31 PM Thomas Munro
> wrote:
> > On Tue, Feb 19, 2019 at 5:16 PM James Sewell
> wrote:
> > >> Here's a starter patch that shows one of the approaches discussed. It
> > >> gets WSL use
Apologies for the low tech suggestion, but if this really is a clone of a
previously existing template, could the clone operation just be done ahead
of time? I.e., have the build server keep X copies ready for use and
generate additional copies as those are consumed, so that the cloning is no
longe