Closed jsign closed 6 years ago
When I should run 'init-db', wouldn't now be 'tinode-db'?
Yes, you are correct.
If I run 'tinode-db', it fails with: Failed to init DB: store: database adapter is missing
The most likely reason you did not specify the tags
option when building. Note the required -tags rethinkdb
or -tags mysql
build option. The instruction is very clear about it.
You're right. I basically copy pasted it from the instructions, but then did a 'go build' without the flag.
Thanks
I followed 'Building from source' step by step (for mysql) but:
I did a quick lookup and found that 'store' has a 'RegisterAdapter', but I didn't see any call to it.
Maybe I'm missing something.
Thanks!