How to specific Maria DB version to download source code for TARBALL installation by using shell script to use wget

Hello Team,

I am trying to figure out how to download required source code for tarball installation by using wget in shell script to automate this DB installation procedure .

Can any one help me on this part ?

Answer Answered by Daniel Black in this comment.

You can use what distros currently use as a source - SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz" (from Gentoo https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mariadb/mariadb-10.5.10.ebuild#n15), where P=mariadb-10.5.10 (version as appropriate).

Also there's a not yet released officially Downloads API.

https://mariadb.org/downloads-rest-api/#entry-header

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.