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
Solved the problem, I forgot to specify the password. Here is the update code in case anyone makes the mistake:
Repo.connect(
adapter = Octo.Adapters.PostgreSQL,
dbname = "postgis",
user = "postgres",
password="password"
)
Hello I am a novice so this may seem obvious but when I try to connect to a local postgres database using the following code:
I get the following error:
The text was updated successfully, but these errors were encountered: