resurrect_mysql: Resurrect a MySQL database from a dump file

Description Usage Arguments Value

View source: R/docker-mysql.R

Description

Ideally, resurrectr should support different "drivers", eg Docker, Vagrant etc. However for now, only Docker is supported.

Usage

1
resurrect_mysql(path_to_mysql_dump, version = "5.7", quiet = FALSE)

Arguments

path_to_mysql_dump

Path to the MySQL dump file.

version

Version of MySQL to run. In Docker language, this is a tag of the mysql image. See https://hub.docker.com/r/library/mysql/tags/ for available versions.

quiet

Whether container output is echoed.

Value

a resurrected_mysql object


james-atkins/resurrectr documentation built on Feb. 16, 2021, 12:06 a.m.