General discussion of OpenCATS

Moderators: RussH, cptr13

Forum rules: Just remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep comments directed to the topic at hand.
By Dave
#1679
Hi,

I have openCATS installed on CentOS and would like to move the 'attachments' directory so it is located on another disk. Can I change the path in openCATS, so instead of using the default /var/www/html/cats/attachments it points to /data/cats/attachments?

Many thanks for you help!

Dave
By Dave
#1680
I managed to move the attachments directory by using symbolic links.

First I deleted the attachments directory, which is created by default during the install (/var/www/html/cats/attachments).

I then changed to the /var/www/html/cats/ directory, from there I created a symlink.
Code: Select all
ln -s /data/cats/attachments attachments
:mrgreen:

Thanks

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me