-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot initialize postgresql database #902
Comments
Unfortunately PgSQL is somewhat brain damaged: the database connection must specify an existing database, and if no database is provided, it defaults to the same database name as the connecting user name. That's why we provide sample connection as
The user If you do not want to use user |
This produces exactly the same errors. |
Are you sure you did it right? Show it. |
I finally got it,
Now I get a different error, but I think it is PostgreSQL-related. |
Seems like there is enough connections, why does it complain?
|
This is unrelated to Tinode. Please use a different venue to get Postgres administration support. |
OK |
I pre-created
tinode
database, but it fails saying the database already exists:I dropped the database, but it still complains:
My
tinode.conf
snippet:Debian
bookworm
, tinode version0.22.12
, PostgreSQL16
.The text was updated successfully, but these errors were encountered: