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
Following chapters 8 & 9, the todo list fails when I try and add a new item, because the database todo does not exist. I haven't seen other mention of this, but it's hard to believe I am the only one this happens to? I just cloned the repo this week.
2024-08-16 23:51:48.320 UTC [49] LOG: database system was shut down at 2024-08-16 23:51:48 UTC
2024-08-16 23:51:48.327 UTC [7] LOG: database system is ready to accept connections
2024-08-16 23:51:51.547 UTC [56] FATAL: password authentication failed for user "root"
2024-08-16 23:51:51.547 UTC [56] DETAIL: Role "root" does not exist.
Connection matched pg_hba.conf line 13: "host all all all md5"
2024-08-16 23:52:07.854 UTC [60] FATAL: database "todo" does not exist
The text was updated successfully, but these errors were encountered:
Following chapters 8 & 9, the todo list fails when I try and add a new item, because the database todo does not exist. I haven't seen other mention of this, but it's hard to believe I am the only one this happens to? I just cloned the repo this week.
2024-08-16 23:51:48.320 UTC [49] LOG: database system was shut down at 2024-08-16 23:51:48 UTC
2024-08-16 23:51:48.327 UTC [7] LOG: database system is ready to accept connections
2024-08-16 23:51:51.547 UTC [56] FATAL: password authentication failed for user "root"
2024-08-16 23:51:51.547 UTC [56] DETAIL: Role "root" does not exist.
Connection matched pg_hba.conf line 13: "host all all all md5"
2024-08-16 23:52:07.854 UTC [60] FATAL: database "todo" does not exist
The text was updated successfully, but these errors were encountered: