Re: Heads-up: macOS Big Sur upgrade breaks EDB PostgreSQL installations

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Heads-up: macOS Big Sur upgrade breaks EDB PostgreSQL installations
Date: 2020-11-16 16:49:12
Message-ID: CA+OCxow2J9AWwx-QhAr1U9NBRuKGus8SG8t0Ch6OGYPE2wa=yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 16, 2020 at 4:45 PM Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
wrote:

> I suppose there are many ways to have PG on OSX i.e. package managers
> (Homebrew, Macports), App installers etc and so many places anyone can find
> his data directory reside in. Generally I prefer data directory to be
> somewhere inside the user home dir as OSX will take care of possible
> backups and will not generally modify its contents during migration betweeb
> osx versions and/or different machines. It is not only the question of
> permissions.
>
> Any options inside user homedir are equally suitable IMO.
>

It is in the user's homedir - it's just that that isn't under /Users:

hal:~ postgres$ echo $HOME
/Library/PostgreSQL/13

With the EDB installers (unlike postgres.app), PostgreSQL runs as a
service, much as it would on Linux or BSD.

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

EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2020-11-16 16:51:40 Re: Zedstore - compressed in-core columnar storage
Previous Message Fujii Masao 2020-11-16 16:46:52 Re: [PATCH] Add features to pg_stat_statements