Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.55 KB

File metadata and controls

52 lines (30 loc) · 1.55 KB

Database Solution Pack

Introduction

Loads all required Fedora Objects, sets up docker, and creates an empty collection object to accept ingested SQL dumps as databases.

Requirements

This module requires the following modules/libraries:

Installation

Run docker_setup.sh as your webserver user before installation, then install as usual, see this for further information.

Configuration

There are currently no configuration parameters.

Known Issues

  • Database names can conflict, though this is fairly rare due to the way most DB tools handle import/export.

  • This module does a probably-appalling amount of shelling out to grep and sed and whatnot. Significant parts would have to be rewritten for it to be "cleaner" / more pure PHP / theoretically work on Windows. I will never do this.

  • Non-public objects are not really supported since the Adminer instances running in the docker container don't know anything about the Fedora auth restrictions.

Maintainers/Sponsors

Current maintainers:

License

GPLv3