PhoenixAnalytics: Permission denied error when accessing DuckDB file in Docker/Coolify deployment

Hi @RicoTrevisan, it looks like you didn’t run migration.
As if PhoenixAnalytics would not have access file to write it would not start at all.

You can try to run it manually:

iex -S mix 
PhoenixAnalytics.Migration.up()