master
Artem Dolgiy 2025-01-27 10:57:08 +03:00
parent 7b62cc396f
commit a2c365cf90
1 changed files with 3 additions and 3 deletions

View File

@ -431,7 +431,7 @@ apt install ./percona-release_latest.generic_all.deb
общие репозитории percona будут прописаны после установки пакета
```shell
root@slave:~# ls -l /etc/apt/sources.list.d/
root@master:~# ls -l /etc/apt/sources.list.d/
total 16
-rw-r--r-- 1 root root 662 Jan 23 18:30 mysql.list
-rw-r--r-- 1 root root 294 Jan 23 18:34 percona-pmm2-client-release.list
@ -454,7 +454,7 @@ percona-release enable pxb-84-lts
в результате выполнения команды будет добавлен репозиторий выбранного релиза
```shell
root@slave:~# ls -l /etc/apt/sources.list.d/
root@master:~# ls -l /etc/apt/sources.list.d/
total 20
-rw-r--r-- 1 root root 662 Jan 23 18:30 mysql.list
-rw-r--r-- 1 root root 294 Jan 23 18:34 percona-pmm2-client-release.list
@ -470,7 +470,7 @@ apt update && apt install percona-xtrabackup-84
```
```shell
root@slave:~# xtrabackup --version
root@master:~# xtrabackup --version
xtrabackup version 8.4.0-2 based on MySQL server 8.4.0 Linux (x86_64) (revision id: d4373834)
```