7. Everything works, now what ?

7.1. Backing up your PostgreSQL databases

See Backup Tips from Don Baccus , in the OpenACS Getting Started Guide.

7.2. If you are using the e-commerce module

You should be aware that the e-commerce module makes use of the ImageMagick suite of graphics manipulation programs to generate picture thumbnails, especifically the convert program. Unfortunately the path to this program is hard-coded into the OpenACS code and this path may not match where your copy of convert is installed.

To find out where your convert is and make a symlink from it to where OpenACS thinks it is installed, do the following:

# which convert
/usr/X11R6/bin/convert
ln -s /usr/X11R6/bin/convert /usr/local/bin/convert