public inbox for [email protected]
help / color / mirror / Atom feedJust switched to Mac - Postgres.app or Homebrew or some other distribution?
7+ messages / 5 participants
[nested] [flat]
* Just switched to Mac - Postgres.app or Homebrew or some other distribution?
@ 2022-10-16 16:23 Simon Connah <[email protected]>
2022-10-16 17:39 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Gerald Cheves <[email protected]>
2022-10-17 00:38 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? John DeSoi <[email protected]>
0 siblings, 2 replies; 7+ messages in thread
From: Simon Connah @ 2022-10-16 16:23 UTC (permalink / raw)
To: pgsql-novice
I've been playing around with Postgres.app, and while it works well, it does hide some of the server-side stuff and configuration.
What is the best way to run PostgreSQL on the Mac that mirrors the Linux workflow? I'm not doing anything too complex.
Thank you.
Attachments:
[application/pgp-signature] signature.asc (249B, ../../Hw483uPv1AjKOkhZ9nZPHQfJAaoLzptaCVFe5_DDhFE6T_WDm2pkuL11OZEMlvAC57V4GhLmiSiX3KHBCReUoIxh_0Xaa5UlbIjXxR5Vab4=@protonmail.com/2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
@ 2022-10-16 17:39 ` Gerald Cheves <[email protected]>
2022-10-16 17:50 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 20:04 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Alex Theodossis <[email protected]>
1 sibling, 2 replies; 7+ messages in thread
From: Gerald Cheves @ 2022-10-16 17:39 UTC (permalink / raw)
To: [email protected]
On 10/16/2022 12:23 PM, Simon Connah wrote:
> I've been playing around with Postgres.app, and while it works well, it does hide some of the server-side stuff and configuration.
>
> What is the best way to run PostgreSQL on the Mac that mirrors the Linux workflow? I'm not doing anything too complex.
>
> Thank you.
I used a download from Enterprisedb. Make sure you add the location of
theĀ installation to the PATH because Macs come with a partial
installation of Postgres pre-installed and you want your installation to
be in the path so your shell commands and front-end commands (e.g.,
psql, pgAdmin, LibreOffice, etc.) will work properly.
- G
--
siamo arrivati sani e salvi
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 17:39 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Gerald Cheves <[email protected]>
@ 2022-10-16 17:50 ` Simon Connah <[email protected]>
1 sibling, 0 replies; 7+ messages in thread
From: Simon Connah @ 2022-10-16 17:50 UTC (permalink / raw)
To: Gerald Cheves <[email protected]>; +Cc: [email protected]
Thanks. I'll look into that.
As for the Docker suggestion, I should probably spend some time learning how to use it correctly, but for the time being, I'm going down this route while I get everything up and running, and I can worry about Docker later.
Simon.
------- Original Message -------
On Sunday, October 16th, 2022 at 18:39, Gerald Cheves <[email protected]> wrote:
>
>
> On 10/16/2022 12:23 PM, Simon Connah wrote:
>
> > I've been playing around with Postgres.app, and while it works well, it does hide some of the server-side stuff and configuration.
> >
> > What is the best way to run PostgreSQL on the Mac that mirrors the Linux workflow? I'm not doing anything too complex.
> >
> > Thank you.
>
>
> I used a download from Enterprisedb. Make sure you add the location of
> the installation to the PATH because Macs come with a partial
> installation of Postgres pre-installed and you want your installation to
> be in the path so your shell commands and front-end commands (e.g.,
> psql, pgAdmin, LibreOffice, etc.) will work properly.
>
> - G
>
> --
> siamo arrivati sani e salvi
>
Attachments:
[application/pgp-signature] signature.asc (249B, ../../97oX7qU2RZM5lYPkJDxLLR-ZBIy5M_WyfW5_iVHLyOZYZ1t_Qzn-Q_2_G4MITs5g8b4lPrzJ4jesR8BEcQluQ6uAFh_C2_W6w_oMZu95qBA=@protonmail.com/2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 17:39 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Gerald Cheves <[email protected]>
@ 2022-10-16 20:04 ` Alex Theodossis <[email protected]>
2022-10-16 22:31 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Jim Chanco Jr. <[email protected]>
2022-10-18 11:55 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
1 sibling, 2 replies; 7+ messages in thread
From: Alex Theodossis @ 2022-10-16 20:04 UTC (permalink / raw)
To: [email protected]
Hi,
Not sure why you want to run the database from a mac? Just being curious
Much better running from a server? You can get a cloud server with your
choice of OS (I suggest Fedora or Arch) from linode for $20/month to do
your testing? It comes with 80GB data storage. If your data needs are
substantial and on prem server with zfs (again arch as the base system)
will be more suitable.
Macs are great (I have been a user for decades), but they 'cripple'
Unix, so you don't get the full advantage.
Alex Theodossis
[email protected]
On 10/16/22 13:39, Gerald Cheves wrote:
> On 10/16/2022 12:23 PM, Simon Connah wrote:
>> I've been playing around with Postgres.app, and while it works well,
>> it does hide some of the server-side stuff and configuration.
>>
>> What is the best way to run PostgreSQL on the Mac that mirrors the
>> Linux workflow? I'm not doing anything too complex.
>>
>> Thank you.
>
> I used a download from Enterprisedb. Make sure you add the location of
> theĀ installation to the PATH because Macs come with a partial
> installation of Postgres pre-installed and you want your installation
> to be in the path so your shell commands and front-end commands (e.g.,
> psql, pgAdmin, LibreOffice, etc.) will work properly.
>
> - G
>
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 17:39 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Gerald Cheves <[email protected]>
2022-10-16 20:04 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Alex Theodossis <[email protected]>
@ 2022-10-16 22:31 ` Jim Chanco Jr. <[email protected]>
1 sibling, 0 replies; 7+ messages in thread
From: Jim Chanco Jr. @ 2022-10-16 22:31 UTC (permalink / raw)
To: [email protected]
Hi, there.
Also curious to know what your use case might be. If it's just to test
things as needed, pgenv is good for that. The tool can be found in git
(theory/pgenv).
Kind regards,
Jim
On Sun, Oct 16, 2022 at 4:04 PM Alex Theodossis <[email protected]> wrote:
> Hi,
>
> Not sure why you want to run the database from a mac? Just being curious
>
> Much better running from a server? You can get a cloud server with your
> choice of OS (I suggest Fedora or Arch) from linode for $20/month to do
> your testing? It comes with 80GB data storage. If your data needs are
> substantial and on prem server with zfs (again arch as the base system)
> will be more suitable.
>
> Macs are great (I have been a user for decades), but they 'cripple'
> Unix, so you don't get the full advantage.
>
> Alex Theodossis
> [email protected]
>
> On 10/16/22 13:39, Gerald Cheves wrote:
> > On 10/16/2022 12:23 PM, Simon Connah wrote:
> >> I've been playing around with Postgres.app, and while it works well,
> >> it does hide some of the server-side stuff and configuration.
> >>
> >> What is the best way to run PostgreSQL on the Mac that mirrors the
> >> Linux workflow? I'm not doing anything too complex.
> >>
> >> Thank you.
> >
> > I used a download from Enterprisedb. Make sure you add the location of
> > the installation to the PATH because Macs come with a partial
> > installation of Postgres pre-installed and you want your installation
> > to be in the path so your shell commands and front-end commands (e.g.,
> > psql, pgAdmin, LibreOffice, etc.) will work properly.
> >
> > - G
> >
>
>
>
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 17:39 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Gerald Cheves <[email protected]>
2022-10-16 20:04 ` Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution? Alex Theodossis <[email protected]>
@ 2022-10-18 11:55 ` Simon Connah <[email protected]>
1 sibling, 0 replies; 7+ messages in thread
From: Simon Connah @ 2022-10-18 11:55 UTC (permalink / raw)
To: Alex Theodossis <[email protected]>; +Cc: [email protected]
------- Original Message -------
On Sunday, October 16th, 2022 at 21:04, Alex Theodossis <[email protected]> wrote:
>
>
> Hi,
>
> Not sure why you want to run the database from a mac? Just being curious
>
> Much better running from a server? You can get a cloud server with your
> choice of OS (I suggest Fedora or Arch) from linode for $20/month to do
> your testing? It comes with 80GB data storage. If your data needs are
> substantial and on prem server with zfs (again arch as the base system)
> will be more suitable.
>
> Macs are great (I have been a user for decades), but they 'cripple'
> Unix, so you don't get the full advantage.
>
> Alex Theodossis
> [email protected]
>
> On 10/16/22 13:39, Gerald Cheves wrote:
>
> > On 10/16/2022 12:23 PM, Simon Connah wrote:
> >
> > > I've been playing around with Postgres.app, and while it works well,
> > > it does hide some of the server-side stuff and configuration.
> > >
> > > What is the best way to run PostgreSQL on the Mac that mirrors the
> > > Linux workflow? I'm not doing anything too complex.
> > >
> > > Thank you.
> >
> > I used a download from Enterprisedb. Make sure you add the location of
> > the installation to the PATH because Macs come with a partial
> > installation of Postgres pre-installed and you want your installation
> > to be in the path so your shell commands and front-end commands (e.g.,
> > psql, pgAdmin, LibreOffice, etc.) will work properly.
> >
> > - G
Hi,
I'm just doing basic web development. I could use Linode (they already host a couple of blogs for me), but since I'm still playing around with PostgreSQL, I'd rather just do it on my Mac for the time being.
Attachments:
[application/pgp-signature] signature.asc (249B, ../../7nWHwCVHzSbqVkz2rV9hsdj8VmAWbcHbCHwgJ4f43WNg36CvJTuV5zTrgetTYEbscy3K5-EcA0B0zyR1HGBMBVQTrpRA0mI_sgS5UelYZ6w=@protonmail.com/2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Just switched to Mac - Postgres.app or Homebrew or some other distribution?
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
@ 2022-10-17 00:38 ` John DeSoi <[email protected]>
1 sibling, 0 replies; 7+ messages in thread
From: John DeSoi @ 2022-10-17 00:38 UTC (permalink / raw)
To: pgsql-novice
> On Oct 16, 2022, at 11:23 AM, Simon Connah <[email protected]> wrote:
>
> What is the best way to run PostgreSQL on the Mac that mirrors the Linux workflow? I'm not doing anything too complex.
Hombebrew is a good option. I'm using it in development and production without any problems. I previously used CentOS, and don't find the workflow to be much different.
John DeSoi, Ph.D.
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2022-10-18 11:55 UTC | newest]
Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 16:23 Just switched to Mac - Postgres.app or Homebrew or some other distribution? Simon Connah <[email protected]>
2022-10-16 17:39 ` Gerald Cheves <[email protected]>
2022-10-16 17:50 ` Simon Connah <[email protected]>
2022-10-16 20:04 ` Alex Theodossis <[email protected]>
2022-10-16 22:31 ` Jim Chanco Jr. <[email protected]>
2022-10-18 11:55 ` Simon Connah <[email protected]>
2022-10-17 00:38 ` John DeSoi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox