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.
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"]}