Page MenuHomeSoftware Heritage

cli/db: do not attempt to create the DB by default
ClosedPublic

Authored by douardda on Jun 13 2019, 9:45 AM.

Details

Summary

this is needed to prevent the command to depend on having pg's createdb
tool installed on the machine running the 'swh db-init' command.

In a normal deployment setup, this pg tool is not expected to be present
on every machine on which one want to be able to use this 'swh db-init'
command.

Diff Detail

Repository
rDCORE Foundations and core functionalities
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6179
Build 8520: tox-on-jenkinsJenkins
Build 8519: arc lint + arc unit