tianji icon indicating copy to clipboard operation
tianji copied to clipboard

[Contribute] Unable to authenticate on database server

Open dmjmaleman opened this issue 5 months ago • 1 comments

Hi,

I want to cotribute to this great project and follow instructions from here. But I miss something.

Try it on WSL2 but fails when trying to execute: cd src/server && pnpm db:migrate:apply

All steps above in documentation are processed.

Image

PostgreSQL service is running...

● postgresql.service - PostgreSQL RDBMS
     Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
     Active: active (exited) since Thu 2025-07-10 11:20:36 CEST; 2h 10min ago
   Main PID: 657 (code=exited, status=0/SUCCESS)
        CPU: 2ms

Jul 10 11:20:36 DMLAPTOPX systemd[1]: Starting PostgreSQL RDBMS...
Jul 10 11:20:36 DMLAPTOPX systemd[1]: Finished PostgreSQL RDBMS.

I don't know what I missing 😓

Thanks.

dmjmaleman avatar Jul 10 '25 11:07 dmjmaleman

its looks like just a database uri connection issue.

make sure your connection is correct, you can try it by psql before use program connection,

moonrailgun avatar Sep 15 '25 15:09 moonrailgun