Local Deployment Error when starting endpoint node.
I want to try neon on my local machine and followed the instructions for macOS on https://github.com/neondatabase/neon.
The process worked until i want to start the endpoint node. I get this error:
cargo neon endpoint start main
Finished dev [unoptimized + debuginfo] target(s) in 0.24s
Running target/debug/neon_local endpoint start main
Starting existing endpoint main...
Starting postgres node at postgresql://cloud_admin@127.0.0.1:55432/postgres
SIGKILL & wait the started process
command failed: compute startup failed: Postgres exited unexpectedly with code 1
I check the status of the pageserver and it says "Up and running".
I have macOS Sonoma with Apple M1 Chip.
There are no log messages. Where can i find them and what could be the problem?
Sorry for providing so little info. Just don't know where to find them.0 Replies