我需要将所有内容(网站,信息中心,用户,群组ecc ...)导出到我的Alfresco ed导入所有其他Alfresco安装。
我发现了这个有用的工具https://github.com/atolcd/alfresco-share-import-export,但在我看来,创建一个网站的.acp是好的,但是对于特别是用户的其他东西并不是这样。
请问,从Alfresco出口一切的简单方法是什么?然后如何导入?谢谢。
我使用了这个Pynthon脚本github.com/wabson/share-import-export但是python脚本执行没有错误:C:\ Users \ xxx \ Desktop \ Nuova cartella> python export-users.py文件。 json --username = xxx --password = xxx --url = localhost:8080 / share / page / site / xxx / dashboard文件“export-users.py”,第5行^ SyntaxError:语法无效
我有Alfresco 5.1和Pynthon 2.7.12
答案 0 :(得分:1)
您的网址参数不正确。使用下面的一个。
python export-users.py file.json --username=admin --password=admin --url=http://localhost:8080/share
这应该适合你。
共享网址应该是http://<IP or systemname>:<portnumber/share
,但您已经提到了一个网站信息中心网址。请改变它。
答案 1 :(得分:0)
您还可以使用alfresco OOTB复制服务,并将所有数据从一个露天实例复制到第二个。