OK, so if I install Alfresco 4.0, test out the basics to ensure it's working properly. I store a few pieces of content, etc.
Then I want to test CachingStore to see if it meets my needs – or even if I'm then installing it in production after "initial repo checkout" – what happens to all the content in the default fileStore once I've basically replaced the fileStore bean with the Caching Store?
It suddenly becomes inaccessible? If you want to use CachingStore or CloudStorage, you have to configure it before you startup the repository for the first time, otherwise you're likely to lose content (technically you'd know where it is, but it would be inaccessible)?
How do we work that?
-AJ