Medic.Checks.Postgres.correct_data_directory-question-mark

You're seeing just the function correct_data_directory-question-mark, go back to Medic.Checks.Postgres module for more information.
Link to this function

correct_data_directory?(path \\ "./priv/postgres/data")

View Source

Checks that the running instance of Postgres has the expected data directory. If run with no arguments, this expects that the data directory is located at .priv/postgres/data within the current project.

Usage

{Medic.Checks.Postgres, :correct_data_directory}
{Medic.Checks.Postgres, :correct_data_directory, ["/path/to/data/directory"]}