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

No, -Fp is fine because the driver's uuencoding the file data before storing it in the database.

-Fc requires use of pg_restore ... it may be that this utility, with its re-ordering capabilities, is robust to the point where we can trust it to properly restore an OpenACS site but when it first came out we didn't really trust it.

If it is trustworthy in all cases we *could* investigate using PG native LOBs again (they've also been improved).

OK, just wanted to make sure that backups are all fine - and that the default value for the above mentioned parameter makes sense.