DAP 1.0.0 syncdb error in PostgreSQL - table not initialized, use "initdb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024
06:21 AM
I used the initdb command to create a table. The table is created successfully with some data. Then when I try to use the syncdb command the following error appears:
INFO:pysqlsync.postgres:PostgreSQL version 16.0.2 final
2024-03-06 15:48:52,993 - ERROR - table not initialized, use `initdb`
Has anyone seen this error and know how to resolve it?