DAP 1.0.0 syncdb error in PostgreSQL - table not initialized, use "initdb"

bruno_guimaraes
Community Member

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?

Labels (1)