Alfresco的服务器被启动时被挂

问题描述 投票:0回答:1

我试图启动一个露天的服务器,但它得到了挂在之间,请参见下面的截图,我抄露天例如从一台服务器到另一台服务器,我也取得了Alfresco-global.properties必要的修改。

请帮助这个

enter image description here

alfresco
1个回答
1
投票

对于数据库的备份和alf_data你可以下载并运行下面的脚本。 http://www.contcentric.com/alfresco-backup/注意:您必须手动备份从solr4文件夹和其他自定义指标(如放大器和jar部署)

Follow the alfresco restore steps 
1. Install new alfresco instance. Do not start server
2. Start postgresql using the following command
    ./alfresco.sh start postgresql
3. Go to the <ALF-HOME>/postgresql/bin
4. Run the following commmand
    psql -U alfresco -h <hostname> -p port
    e.g.  psql -U alfresco -h localhost -p 5422
5. It will ask you to set the password, enter the password and remember it
6. Run the following command

     psql -U alfresco -h <host> -p port <dbname> < dumpFile
     e.g.     psql -U alfresco -h localhost -p 5422 alfresco < /opt/migration-backup/01-10-2018-15-54-47/database/alfresco_db_dump

7. You will notice the multiple tables and index are created
8. Start the tomcat using the following command

     ./alfresco.sh start tomcat

9. Test your migration.
© www.soinside.com 2019 - 2024. All rights reserved.