stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

Error when starting #74

Open Rockyyost opened 9 years ago

Rockyyost commented 9 years ago

I had to restart Mosql today and now I'm getting the following errors:

/var/lib/gems/1.8/gems/sequel-4.15.0/lib/sequel/adapters/postgres.rb:161:in `async_exec': PG::UndefinedColumn: ERROR: column "[COL_NAME]" of relation "[TABLE_NAME]" does not exist (Sequel::DatabaseError)

[COL_NAME] and [TABLE_NAME] are place holders, because every time I run it, the column name is different. Also, every column the errors says does not exist, does exist. I've double checked them.