I\'ve been evaluating OpenKM for use as a DMS. A few days ago, I configured it to use MySQL but had a question about the repository.xml file. In repository.xml I\'ve noted three areas that define FileSystem
/Repository/FileSystem
/Repository/Workspaces/FileSystem
/Repository/Versioning/FileSystem
I\'ve been unable to find documentation that discusses how these three differ. The JDBC Example for Oracle only modifies Workspaces and Versioning portions of the repository. I used that as my template for MySQL and it appears to be using MySQL, as I can see tables and records have been created.
However why doesn\'t the Oracle example modify /Repository/FileSystem? Basically, I\'m trying to determine what\'s getting written to my MySQL database and what isn\'t, and what I\'d need to do for backups. I can tell both the file system and the database are increasing in size.
Thanks for your time.
Adam
/Repository/FileSystem
/Repository/Workspaces/FileSystem
/Repository/Versioning/FileSystem
I\'ve been unable to find documentation that discusses how these three differ. The JDBC Example for Oracle only modifies Workspaces and Versioning portions of the repository. I used that as my template for MySQL and it appears to be using MySQL, as I can see tables and records have been created.
However why doesn\'t the Oracle example modify /Repository/FileSystem? Basically, I\'m trying to determine what\'s getting written to my MySQL database and what isn\'t, and what I\'d need to do for backups. I can tell both the file system and the database are increasing in size.
Thanks for your time.
Adam