mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
databases/mydumper: Update to 0.12.1
- Update pkg-descr - Update WWW Changes: https://github.com/mydumper/mydumper/releases
This commit is contained in:
parent
e655e570b4
commit
f3a7596323
@ -1,7 +1,7 @@
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
|
||||
PORTNAME= mydumper
|
||||
DISTVERSION= 0.11.5-2
|
||||
PORTVERSION= 0.12.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -21,7 +21,6 @@ CMAKE_OFF= BUILD_DOCS WITH_BINLOG
|
||||
|
||||
PLIST_FILES= sbin/mydumper sbin/myloader
|
||||
|
||||
GH_ACCOUNT= maxbube
|
||||
USE_GITHUB= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1643970972
|
||||
SHA256 (maxbube-mydumper-v0.11.5-2_GH0.tar.gz) = 5ca8fbca52abaf42d0c21eca2a182772a958709b3b150bfd3c10a47496591727
|
||||
SIZE (maxbube-mydumper-v0.11.5-2_GH0.tar.gz) = 110088
|
||||
TIMESTAMP = 1647264420
|
||||
SHA256 (mydumper-mydumper-v0.12.1_GH0.tar.gz) = f3c8ae09573d9a37512984cff24ade1cd87b50ae772944ef57d5bd1d5fac8e5b
|
||||
SIZE (mydumper-mydumper-v0.12.1_GH0.tar.gz) = 114268
|
||||
|
@ -1,12 +1,16 @@
|
||||
== What is mydumper? Why? ==
|
||||
MyDumper is a MySQL Logical Backup Tool. It has 2 tools:
|
||||
- mydumper which is responsible to export a consistent backup of MySQL databases
|
||||
- myloader reads the backup from mydumper, connects the to destination database
|
||||
and imports the backup. Both tools use multithreading capabilities
|
||||
|
||||
* Parallelism (hence, speed) and performance (avoids expensive character set
|
||||
Why do we need MyDumper?
|
||||
- Parallelism (hence, speed) and performance (avoids expensive character set
|
||||
conversion routines, efficient code overall)
|
||||
* Easier to manage output (separate files for tables, dump metadata, etc, easy
|
||||
- Easier to manage output (separate files for tables, dump metadata, etc, easy
|
||||
to view/parse data)
|
||||
* Consistency - maintains snapshot across all threads, provides accurate master
|
||||
- Consistency - maintains snapshot across all threads, provides accurate master
|
||||
and slave log positions, etc
|
||||
* Manageability - supports PCRE for specifying database and tables inclusions
|
||||
- Manageability - supports PCRE for specifying database and tables inclusions
|
||||
and exclusions
|
||||
|
||||
WWW: https://github.com/maxbube/mydumper
|
||||
WWW: https://github.com/mydumper/mydumper
|
||||
|
Loading…
Reference in New Issue
Block a user