Skip to content

Eliminate uses of command line postgres commands #3

@schwern

Description

@schwern

emc uses the command line postgres commands like dropdb and psql during setup. This is unnecessary, it has a database handle. Its also problematic with Macports which doesn't put a lot of these commands in the user's PATH or they're versioned (so its psql84, for example).

Use DBI instead. emc::Migration is a good place to start

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions