PostgreSQL on Mac Catalina - postgresql

I'm trying to install odoo on mac catalina 10.15 but i'm facing this problem while installing postgresql
Unable to locate an executable at "/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/apt" (-1)
thanks for help in advance :-)

Related

how to install mongodb on Mac OS Ventura?

I'm trying to install mongodb on my Macbook pro 2020 with Mac OS Ventura and it's give errors, how to do it anybody can help?

Can't install Postgres on MacBook M1, Mac OS Monterey 12.4

I have problems installing Postgres on my MacBook M1
The Downloaded Installer is failing (Error in Postprocessing) from www.enterprisedb.com and when I try it with "Port" it is not working (it installs, but doesn't install executables like "pg_ctl")
Is there a solution?
(10 years ago I´ve downloaded the source and compiled it)
Nowadays I would suggest same like Calin's comment:
Install using Homebrew
brew install postgresql
As you can see on brew.sh when searching for formula postgresql it has binaries (Bottle) supporting:
Apple Silicon (M1) on macOS Monterey
See also:
Installing Postgres via Brew (OSX)
Installing Postgres with brew in 2 easy steps – An Integrated World
postgresql not installed but homebrew reports it is

PostgreSQL installation fails with macOS Monterey 12.4

I'm using MacOS Monterey 12.4 Intel chip, and trying Postgresql installation from
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads I think every version for Maos.
every installation attempt turned out the same, the program crashed as soon as it wanted to choose a password, while entering any character.
can anyone help me to install?
I am having the same issue on a 2020 M1 Macbook on MacOS Monterey 12.2.1 when I try to install 14.3. I get all the way to the Provide password for database superuser. Then once entering a password the program crashes. I'll probably end up using the postgresapp version until this is fixed. The latest version of the app (14.3) is universal so it should work with the m1s (if anyone else has this problem with m1). That is the best solution I've got so far.
Edit: You may want to try installing with Homebrew as well. https://formulae.brew.sh/formula/postgresql#default. I'm going to try this later.

Problems installing LT Spice on Mac OS Sierra

Getting this error message whenever I'm trying to install. Needed help.

Issues understanding homebrew on my mac running 10.7 os/x

I tried installing postgres on my mac using homebrew.
It's not working.
How do I remove what homebrew put in for me?
Thanks.
How about 'brew list' to see what you installed and 'brew remove [your-program]'? I guess this is all in the brew manpage. And even more info on this page about PostgreSQL on OS X.