Details
-
Type:
Bug
-
Status: Confirmed (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.3, 10.4
-
Component/s: Documentation, Storage Engine - RocksDB, Upgrades
-
Labels:
-
Environment:Ubuntu Focal
Description
1. install server and rocksdb plugin without configuring any MariaDB repository
sudo apt install mariadb-server mariadb-plugin-rocksdb |
2. Remove all MariaDB packages and Galera
sudo apt remove mariadb* galera* |
3. Configure 10.4.22 repo
sudo ./mariadb_repo_setup --apply --mariadb-server-version=10.4.22 |
4. Try to install server and rocksdb plugin again
sudo apt install mariadb-server mariadb-plugin-rocksdb |
Installation fails to to conflict
dpkg: error processing archive /var/cache/apt/archives/mariadb-plugin-rocksdb_1%3a10.4.22+maria~focal_amd64.deb (--unpack):
|
trying to overwrite '/usr/bin/sst_dump', which is also in package rocksdb-tools 5.17.2-3
|
|
At least, it should be documented ("remove rocksdb-tools before upgrade")