2017 © Pedro Peláez
 

plugin mysql

Nanando-Plugin to backup mysql databases

image

nanbando/mysql

Nanando-Plugin to backup mysql databases

  • Tuesday, July 11, 2017
  • by wachterjohannes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 435 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Nanbando: mysql

Nanando-Plugin which uses mysqldump to backup and restore mysql databases., (*1)

Installation

You can install this plugin by adding nanbando/mysql to the require-section of the nanbando.json file., (*2)

Configuration

{
    "name": "application",
    "backup": {
        "your_database": {
            "plugin": "mysql",
            "parameter": {
                "username": "root",
                "password": "***",
                "database": "your_database",
                "host": "127.0.0.1",
                "port": "3306"
            }
        }
    },
    "require": {
        "nanbando/mysql": "^0.1"
    }
}

As an alternative you can use the environment variable of Doctrine DBAL:, (*3)

{
    "name": "application",
    "backup": {
        "your_database": {
            "plugin": "mysql",
            "parameter": {
                "databaseUrl": "%env(DATABASE_URL)%"
            }
        }
    },
    "require": {
        "nanbando/mysql": "^0.1"
    }
}

Documentation

See the official documentation on nanbando.readthedocs.io/en/latest/plugins/index.html., (*4)

The Versions

19/08 2016

0.1.1

0.1.1.0

Nanando-Plugin to backup mysql databases

  Sources   Download

MIT

The Requires

 

The Development Requires

30/06 2016

0.1.0

0.1.0.0

Nanando-Plugin to backup mysql databases

  Sources   Download

MIT

The Requires

 

The Development Requires