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
I attempted to switch from SQLite to PostgreSQL (16.4) and ran into issues during database initialization:
2024-09-10 08:11:11.354 UTC [64] ERROR: syntax error at or near "user" at character 13
2024-09-10 08:11:11.354 UTC [64] STATEMENT: ALTER TABLE user ADD COLUMN email_confirmed BOOLEAN;
This repeat over and over again. I attempted to run the same command manually from the postgresql:16.4 container and the error was exactly the same. Database initialization did succeed partially, however:
otterwiki=# \dt
List of relations
Schema | Name | Type | Owner
--------+-------------+-------+-----------
public | drafts | table | otterwiki
public | preferences | table | otterwiki
(2 rows)
So, the database connectivity as configured in settings.cfg did work as expected.
Is postgresql supported / tested?
The text was updated successfully, but these errors were encountered:
I attempted to switch from SQLite to PostgreSQL (16.4) and ran into issues during database initialization:
This repeat over and over again. I attempted to run the same command manually from the postgresql:16.4 container and the error was exactly the same. Database initialization did succeed partially, however:
So, the database connectivity as configured in settings.cfg did work as expected.
Is postgresql supported / tested?
The text was updated successfully, but these errors were encountered: