3 Troubleshooting
Matej Kramny edited this page 2016-05-23 17:30:27 +01:00
 Cannot connect to database!
 Error 1045: Access denied for user 'root'@'localhost' (using password: NO)

Your password for database is empty and is required.


 Database migrations failed!
 ... error here ...

Please open an issue, tell us you database version & configuration.


Upgrades failing

You might see a message like this:

semaphore not found in $PATH. Upgrading will not work.

You should move the semaphore binary to a location inside $PATH and run semaphore from there.

Why?

Well it isn't really possible for programs to tell where the binary is launched from. The program does its best to locate the binary by looking inside $PATH and argv[0]. See this SO question.