Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.3.13
-
Fix Version/s: N/A
-
Component/s: Documentation, mariabackup
-
Labels:
-
Environment:Ubuntu Server 18.04 LTS
Description
I cannot download and install the mariabackup binary on my server. I am using the official MariaDB sources list for Bionic, set up through the configuration scripts. I can update and upgrade the sources list without issue, and can download the mariadb-server and mariadb-client packages.
The sources I'm using as set up by the scripts:
# MariaDB Server
|
# To use a different major version of the server, or to pin to a specific minor version, change URI below.
|
deb [arch=amd64] http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main
|
|
# MariaDB MaxScale
|
# To use the latest stable release of MaxScale, use "latest" as the version
|
# To use the latest beta (or stable if no current beta) release of MaxScale, use "beta" as the version
|
deb [arch=amd64] http://downloads.mariadb.com/MaxScale/2.3/ubuntu bionic main
|
|
# MariaDB Tools
|
deb [arch=amd64] http://downloads.mariadb.com/Tools/ubuntu bionic main
|