Hi, Your hypothesis is correct.
The repositories.xml does not contain such information but the file jackrabbit-bundle-postgres-search.xml does. Indeed it uses the FileDataStore, not DbDataStore. More information on this error: When using the Postgres database, and not Derby, it seems that the binary information is stored in the repositories folder, not in the database. We were having an issue with deployments that the repositories folder was getting deleted, but of course the database remained intact. This caused an inconsistency later on, all binary nodes were now having a missing record. I'll create a ticket for this issue, because the default configuration provided by Magnolia for Postgres uses the FileDataStore in the file, when the correct approach should be the DbDataStore. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3b609b75-29cf-48e5-81a6-d61fbaceb67e ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
