nhurel / nylas-sync-engine

Docker image to run the nylas sync-engine
96 stars 17 forks source link

mysql exception #8

Closed ParthaBoocha closed 8 years ago

ParthaBoocha commented 8 years ago

After using compose I was able to successfully start services and set up inbox.

But I get this when I curl http://localhost:5555/accounts: { "message": "(_mysql_exceptions.OperationalError) (1049, \"Unknown database 'inbox_2'\")", "type": "api_error" }

Any clue?

nhurel commented 8 years ago

Can you try logging in the sync-engine container and run bin/create-db as suggested here : https://github.com/nhurel/nylas-sync-engine#database-initialisation ?

ParthaBoocha commented 8 years ago

Thanks for the response. That fixed the problem. Not sure why it failed yesterday.