You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still some problems that I face wrt running this template ( this issue is derived from #528 )
I am using macOS and have installed postgres via homebrew - I have confirmed that all the dependencies are installed using the mentioned opam depext ocsigen-start command.
But when I try to initiate the database, I run across the following error
Abhinavs-MacBook-Pro:myproject eklavya$ make db-status
/usr/local/bin/pg_ctl -D local_db -l local_db/log status
pg_ctl: no server running
make: *** [db-status] Error 3
I have tried restarting the postgresql service
Abhinavs-MacBook-Pro:myproject eklavya$ brew services restart postgresql
Stopping `postgresql`... (might take a while)
==> Successfully stopped `postgresql` (label: homebrew.mxcl.postgresql)
==> Successfully started `postgresql` (label: homebrew.mxcl.postgresql)
But so far the problem persists.
The text was updated successfully, but these errors were encountered:
Hello everyone,
There are still some problems that I face wrt running this template ( this issue is derived from #528 )
I am using
macOS
and have installedpostgres
viahomebrew
- I have confirmed that all the dependencies are installed using the mentionedopam depext ocsigen-start
command.But when I try to initiate the database, I run across the following error
I have tried
restarting
thepostgresql
serviceBut so far the problem persists.
The text was updated successfully, but these errors were encountered: