Forum OpenACS Q&A: Re: File-Storage on PostgreSQL: Store files in the database or in the file-system

So, in OpenACS 5.0 we ship this line in etc/backup.sh:

pg_dump -f $dmp_file -Fp $dbname

This is probably incorrect if you store files in the database and should read:

pg_dump -f $dmp_file -Fc $dbname