Jyri-Petteri Paloposki

Results 71 comments of Jyri-Petteri Paloposki

Tracks was originally created as a GTD tool, and the methodology itself doesn't AFAIK include subtasks (see https://www.reddit.com/r/gtd/comments/a505r5/does_gtd_say_anything_about_subtasks/). That being said, if someone wants to implement subtasks, pull requests are...

Interesting, it looks like it's using the MySQL schema for pg, which of course doesn't work. Thanks for reporting!

You're right, db:migrate was the working solution for this. But the DB schema has now been updated and should be compatible with also postgresql, sorry for the delay!

Are you installing using the ”Docker installation using a separate container” instructions? If so, you're probably right – the SQL user needs to be created allowing all hosts to connect!...

Did you check that logging in directly to the MySQL container works using, for example `docker exec -it mariadb mysql -utracks -p`

Which installation method and which commands are you using?