How to set up Gitlab Backups within Amazon S3 Bucket Date: 30-08-2021 Step 1: Log in to the GitLab server via SSH as root. Step 2: Use the following command to create the backup if you’ve installed GitLab with the Omnibus package.# gitlab-rake gitlab:backup:create Step 3: This backup creates an… Continue Reading How to set up Gitlab Backups within Amazon S3 Bucket

If you face the above error in any of your RDS replicas, please follow the below steps. When you face this issue you will also see the lag between your master and replica. The status of the “Replication state” will be in “error” state. Check the status of the slave… Continue Reading Read Replica Replication Error – SQLError

Error lfd will not run with TESTING enabled in /etc/csf/csf.conf, at line 83 Date: 24-08-2021 Step 1: Log in to the server via SSH as root. Step 2: Edit csf firewall configuration file /etc/csf/csf.conf by using vi editor. You need to change the line TESTING = “1” to TESTING =… Continue Reading Error lfd will not run with TESTING enabled in /etc/csf/csf.conf, at line 83

How to set up cPanel user as the root user to access all Linux commands Date: 14-08-2021 Step 1: You need to add the cPanel user in the wheel group. Login to WHM and type Wheel Group Users in the search box. You can see Manage Wheel Group Users under… Continue Reading How to set up cPanel user as the root user to access all Linux commands

Please follow the below steps when you get the above error. I got this error in KAFKA and everytime its getting down due to this. In Kafka, every topic is (optionally) split into many partitions. For each partition some files are maintained by brokers (for index and actual data). kafka-topics… Continue Reading ERROR Error while accepting connection (kafka.network.Acceptor) java.io.IOException: Too many open files