adding percona-xtrabackup package

I will add steps to perform hot backup of all databases soon
This commit is contained in:
VirtuBox 2018-05-19 01:56:39 +02:00 committed by GitHub
parent 78099be3af
commit 23146b1e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -50,8 +50,7 @@ echo never > /sys/kernel/mm/transparent_hugepage/enabled
```
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup \
| sudo bash -s -- --mariadb-server-version=10.2 --skip-maxscale
sudo apt update
sudo apt install mariadb-server
sudo apt update && sudo apt install mariadb-server percona-xtrabackup-24 -y
```
**Install EasyEngine**
@ -308,4 +307,4 @@ root@vps:~ cheat cat
wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh
```
Published & maintained by [VirtuBox](https://virtubox.net)
Published & maintained by [VirtuBox](https://virtubox.net)