Having issue when setup app with postgre #729
Answered
by
sebastienbourda
sebastienbourda
asked this question in
Q&A
-
Hey ! I'm facing an issue during kamal setup :
here my deploy.yml :
|
Beta Was this translation helpful? Give feedback.
Answered by
sebastienbourda
Mar 22, 2024
Replies: 1 comment 7 replies
-
I have the same issue! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved it by uninstall postgres and install again.
Brew commands not working so i did it manually by removing folder of each postgres version.
On my mac, in /usr/local/var/
then i did brew install postgres and it solved it.