我在本地机器上安装了alfresco。不幸的是,该机器的磁盘空间非常低,约为50GB。我需要上传大约100 GB的文件。我有一个额外磁盘空间的服务器。我可以使用此服务器空间进行文档上载,以便可以在露天共享中访问这些文件。谢谢
答案 0 :(得分:2)
停止Alfresco并移动您的alf_data/contentstore
& alf_data/contentstore.deleted
到你的服务器。
将这些属性添加到 alfresco-global.properties :
dir.contentstore=<path to the server>/contentstore
dir.contentstore.deleted=<path to the server>/contentstore.deleted