Search found 24 matches

by shahidirfan
Fri Nov 15, 2024 4:20 pm
Forum: WordPress
Topic: How to use v-lock-wordpress
Replies: 3
Views: 16837

Re: How to use v-lock-wordpress

It work fine, but give error on this [Affected file/folder: wp-content/wp-rocket-config] for wp-rocket. How can I remove it from setting?
by shahidirfan
Wed Sep 04, 2024 11:29 am
Forum: General discussion
Topic: Let's Encrypt SSL Update
Replies: 1
Views: 1752

Re: Let's Encrypt SSL Update

Initially, you need to add an SSL certificate through the myVestaCP panel. Afterward, a cron job will automatically renew your SSL certificate without any problems. There's no need for concern about subsequent updates.
by shahidirfan
Thu Aug 15, 2024 1:06 pm
Forum: Bash
Topic: Script for checking inactive Services
Replies: 2
Views: 10046

Re: Script for checking inactive Services

Thank you for your suggestions; I have updated the script accordingly. #!/bin/bash # Comprehensive Service Monitor and Recovery Script for Debian-based systems # This script sets up a systemd service to monitor and automatically restart critical services if they become inactive. # Services monitored...
by shahidirfan
Sat Aug 10, 2024 12:05 pm
Forum: Bash
Topic: Script for checking inactive Services
Replies: 2
Views: 10046

Script for checking inactive Services

I have developed a bash script that monitors the running services in myVestaCP. Should any service cease to function, the script will restart it after two minutes. It operates effectively. However, for safety reasons, it is advisable to test it on a non-production service or to create a snapshot of ...
by shahidirfan
Sun Aug 04, 2024 2:57 pm
Forum: WordPress
Topic: How to setup blazing fast WordPress using myVesta + rocket-nginx + WP Rocket caching plugin
Replies: 10
Views: 48748

Re: How to setup blazing fast WordPress using myVesta + rocket-nginx + WP Rocket caching plugin

You need to implement a function that checks if `define('DISABLE_WP_CRON', true);` exists. If it does, the function should ignore it. This prevents the repeated addition of `wp-cron` to the `wp-config` file each time it runs. Apart from this, the rocket nginx settings are functioning correctly.
by shahidirfan
Sat Aug 03, 2024 11:40 am
Forum: DB
Topic: Debian 11: Upgrade Mariadb 10.5 to 10.11
Replies: 0
Views: 15267

Debian 11: Upgrade Mariadb 10.5 to 10.11

Hi, This is a bash script to upgrade MariaDB from 10.5 to 10.11 on Debian 11. It's always best to back up and keep a snapshot of your VPS before upgrading to prevent any issues. #!/bin/bash # MariaDB Upgrade Script: 10.5 to 10.11 for Debian with MyVestaCP # IMPORTANT: Backup your databases and confi...
by shahidirfan
Wed Jul 24, 2024 10:37 am
Forum: General discussion
Topic: Vesta 2.0: Coming Soon
Replies: 2
Views: 6049

Vesta 2.0: Coming Soon

Vesta was acquired in early 2024 and is under new direction with a new maintainer and sponsor. As part of our plan to revitalize Vesta, we are rebuilding it from scratch with full support for modern applications and stack.s. As I understand, myVestaCP retains the functionality of VestaCP. Is it pos...
by shahidirfan
Fri Jul 12, 2024 8:44 am
Forum: General discussion
Topic: Run Backup Daily and Keep Latest 2 Backups
Replies: 0
Views: 6589

Run Backup Daily and Keep Latest 2 Backups

How can I run my backup daily and keep only latest 2 backups in my record ?
by shahidirfan
Thu Jul 11, 2024 8:55 am
Forum: DB
Topic: Debian10: Upgrade MariaDB 10.3 to 10.5
Replies: 1
Views: 20104

Re: Debian10: Upgrade MariaDB 10.3 to 10.5

Debian 11: How to upgrade MariaDb 10.5 to 10.11
by shahidirfan
Thu Jul 11, 2024 8:38 am
Forum: General discussion
Topic: Connect Object Storage for backup
Replies: 0
Views: 6432

Connect Object Storage for backup

How can I connect object storage to my VPS for backups like Digitalocean, Contabo Object storage and other service providers ?