Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Auto DB dump and import to local #15

Description

@janithcooray

Adding an option to download a DB copy directly from the DB server or import from a SQL dump

database:
  driver: mysql
  profile: staging
  method: [ export | dump ]
  file: [ ./relative | /absolute ]/path/to/dump.sql
  server:
    database_user: 
    database_name:
    database_pass:
    host:
    port: 
  local:
    database_user: 
    database_name:
    database_pass:
    root_password:
    host:
    port: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions