summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Goryavsky <sysprg@gmail.com>2018-12-23 00:53:14 +0100
committerJulius Goryavsky <sysprg@gmail.com>2018-12-23 01:10:59 +0100
commit1a4248ad6c867096ac46ac11ca60f7fb5b12d5bd (patch)
treea188dd530138bd31069a65cfe498d56d6c531fab
parent779151db80d5512c922227eeb32cb0164f9f01fa (diff)
downloadmariadb-git-1a4248ad6c867096ac46ac11ca60f7fb5b12d5bd.tar.gz
MDEV-18064: Packaging is broken for debian-based systems
Packaging is broken for debian-based systems after removing xtrabackup scripts. This is due to the fact that links to the scripts are not removed from the installation file (from the debian/mariadb-server-10.3.install). Also in this fix some comments have been added to the documentation, indicating that using xtrabackup[-v2] is an deprecated, therefore user should use mariabackup instead. https://jira.mariadb.org/browse/MDEV-18064
-rw-r--r--debian/mariadb-server-10.3.install2
-rw-r--r--man/wsrep_sst_xtrabackup-v2.12
-rw-r--r--man/wsrep_sst_xtrabackup.12
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/mariadb-server-10.3.install b/debian/mariadb-server-10.3.install
index a7d4d665892..e3b9ac05c9c 100644
--- a/debian/mariadb-server-10.3.install
+++ b/debian/mariadb-server-10.3.install
@@ -36,8 +36,6 @@ usr/bin/wsrep_sst_common
usr/bin/wsrep_sst_mariabackup
usr/bin/wsrep_sst_mysqldump
usr/bin/wsrep_sst_rsync
-usr/bin/wsrep_sst_xtrabackup
-usr/bin/wsrep_sst_xtrabackup-v2
usr/lib/mysql/plugin/auth_ed25519.so
usr/lib/mysql/plugin/auth_pam.so
usr/lib/mysql/plugin/auth_socket.so
diff --git a/man/wsrep_sst_xtrabackup-v2.1 b/man/wsrep_sst_xtrabackup-v2.1
index 3f95e3eef0d..c8dde2f0640 100644
--- a/man/wsrep_sst_xtrabackup-v2.1
+++ b/man/wsrep_sst_xtrabackup-v2.1
@@ -13,4 +13,6 @@ wsrep_sst_xtrabackup-v2 \- xtrabackup\-based state snapshot transfer
.SH DESCRIPTION
Use: xtrabackup-based state snapshot transfer\.
.PP
+Note that the xtrabackup-v2 method is deprecated after version 10\.1, with newer versions you should use mariabackup instead\.
+.PP
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
diff --git a/man/wsrep_sst_xtrabackup.1 b/man/wsrep_sst_xtrabackup.1
index c171a7cf954..1fe5037d8b7 100644
--- a/man/wsrep_sst_xtrabackup.1
+++ b/man/wsrep_sst_xtrabackup.1
@@ -13,4 +13,6 @@ wsrep_sst_xtrabackup \- xtrabackup\-based state snapshot transfer
.SH DESCRIPTION
Use: xtrabackup-based state snapshot transfer\.
.PP
+Note that the xtrabackup method is deprecated after version 10\.1, with newer versions you should use mariabackup instead\.
+.PP
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/