MariaDB 10.5 is the current stable version of MariaDB series. #1 – Create a repo Here is your MariaDB YUM/DNF repository entry for CentOS. Copy and paste it into a file under /etc/yum.repos.d/mariadb.repo [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.5/centos8-amd64 module_hotfixes=1 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 #2 – Install MariaDB 10.5 We will only use the mariadb repo while running installation command. dnf install MariaDB-server -y –disablerepo=* –enablerepo=mariadb Last metadata expiration check: 0:11:45…
Hi, thanks for visiting my tech blog. If you run into any problem while following the steps, do let me know by either commenting on this post or video. Subscribe https://www.youtube.com/channel/UCIN-BwNnZG0ojE22byWy07A?sub_confirmation=1 Commands yum install nginx nginx -v rpm -qa| grep nginx systemctl status nginx systemctl start nginx systemctl enable nginx systemctl status nginx firewall-cmd –permanent –add-service=http firewall-cmd –permanent –list-all firewall-cmd –reload curl -I localhost [[email protected] ~]# yum install nginx Last…
This is for CentOS 7 Only 1. BMR (Bare Metal Restore) Steps:- Create KVM machine with the same config as DO has and perform BMR, after BMR, Reboot the server. 2. Post-BMR steps:- After booting the machine if you see Grub issue then fix it by following the below guide. a.How to Fix the Grub Issue OR watch video – Mount CentOS 7 ISO and Boot the machine –…