Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spammer_ru

Pages: [1]
1
Installation / Re: Alma linux 8 fresh install script error
« on: February 07, 2025, 08:58:33 PM »
workaround.

after downloading "http://centos-webpanel.com/cwp-el8-latest" don't run it.
need to be edited and changed repository section.

"# MariaDB 10.4 CentOS repository list - created 2020-06-23 23:26 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
"

change 10.4 to 10.5
or any other version. (check yum.mariadb.org for available builds)
sample:
baseurl = http://yum.mariadb.org/10.5/centos8-amd64


2
Installation / Alma linux 8 fresh install script error
« on: February 07, 2025, 06:21:50 PM »
on fresh almalinux 8.10 version auto installation script gives error.

There is no 10.4 folder in mariadb.org site anymore.

Can't install.

Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml

Pages: [1]