<[email protected]> wrote: > Due to some annoying circumstances and RT running on a VM, I’m out of disk > space on /, and can only add a new partition because I don’t want to dick > around resizing an ext3 partition. That said, I need to tell RT to save > attachments to said new partition. My Google search has not proved fruitful. > Does anyone know if there’s a config parameter somewhere to change this? > Thank you! RT that old stores attachments in the file system? If so, can't you simply use a symlink? Or mount your new partition on top of the directory RT writes the attachments to? (Being sure to move over the existing files first)
If it's like a modern RT and storing the data in your database, you should still be able to apply those techniques, or tell move your RDBMS' data store to the new volume. -- Cambridge Energy Alliance: Save money. Save the planet. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
