mix dbman.start (dbman v0.1.1)

Starts the PostgreSQL database server for the project.

Also creates a postgres superuser if one does not exist.

The following environment variables must be present when this task is run:

  • PGDATA
  • PGHOST
  • PGPORT
  • LOG_PATH

Executed when the user requests mix dbman.start."

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.