Disk Usage on /usr/local/jetapps/var/lib/jetindexd/

cPanel, Industry leading hosting platform with world-class support.
Post Reply
rootarchives
Posts: 1
Joined: August 3rd, 2024, 8:53 pm

Disk Usage on /usr/local/jetapps/var/lib/jetindexd/

Post by rootarchives »

The disk usage on the /usr/local/jetapps/var/lib/jetindexd/ folder has been steadily increasing.

Code: Select all

[root@server lib]# pwd
/usr/local/jetapps/var/lib
[root@server lib]# du -shc *
1.6M    3rdparty
100K    JetApps
9.0M    jetbackup5
43G     jetindexd
560M    mongod
33M     php73
37M     php81
0       rear
564K    rsync
44G     total
Is it safe to delete old /usr/local/jetapps/var/lib/jetindexd/* files?
JetAppsKevin
Staff Member
Staff Member
Posts: 47
Joined: October 4th, 2023, 10:44 pm

Re: Disk Usage on /usr/local/jetapps/var/lib/jetindexd/

Post by JetAppsKevin »

Hello rootarchives,

The `jetindexd` service is deprecated and is not enabled in JetBackup v5.3+.

With this in mind, if you have JetBackup v5.3+ installed, it is safe to remove the `jetindexd` service and the jetindexd directory.

Code: Select all

yum remove jetindexd
Best Regards,
Kevin N
JetApps, LLC.
JetApps.com | JetBackup.com
Post Reply