[MDEV-27083] links to different mariadb_repo_setup scripts in the different docs Created: 2021-11-18 Updated: 2023-09-28 Resolved: 2023-09-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Repositories |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Timofey Turenko | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Knowledge base page https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ gives link https://downloads.mariadb.com/MariaDB/mariadb_repo_setup This mariadb_repo_setup is out of date (e.g. it can not configure 10.7.1 repos):
Another way to find the script is https://mariadb.com/downloads/ and "Repo setup" tab. "Repo setup" tab contains link to the working script https://dlm.mariadb.com/3/mariadb/mariadb_repo_setup
Is it the right script? how can use know if this script refers to CS or ES? I managed to install 10.7.1 CS using this script Also this tab has a link "Installation Instructions" https://mariadb.com/docs/deploy/deployment-methods/repo/ And this doc is about "MariaDB Enterprise". But at the bottom it also refers to CS https://mariadb.com/docs/deploy/deployment-methods/repo/#configure-mariadb-community-repository with link https://mariadb.com/docs/reference/mdb/cli/mariadb_repo_setup/ and this page again has another link to the script https://downloads.mariadb.com/MariaDB/mariadb_repo_setup Please solve this mess. |
| Comments |
| Comment by Daniel Bartholomew [ 2021-11-23 ] |
|
Both script locations are synchronized now and they are both serving the latest version (2021-11-08). I will keep both locations synchronized for the time being, but the official location going forward will be https://r.mariadb.com/downloads/mariadb_repo_setup (an alias of https://dlm.mariadb.com/3/mariadb/mariadb_repo_setup ) and an upcoming update to the script will reflect that in the --help output. |