Hello,
I have to do a migration from an Alfresco system to a different system. We have a lot of content in our current system.
At this moment, I'm seeing this as the preferable approach: https://github.com/Alfresco/alfresco-bulk-export
To install this, I'm trying to use the Alfresco Module Management Tool as described here: https://docs.alfresco.com/content-services/7.2/install/zip/amp/
But in order to execute the command 'java -jar alfresco-mmt.jar install <AMPFileLocation> <WARFileLocation>' I need a present WAR file and I don't have any WAR file in our installation. I think it was supposed to be in '${ALFRESCO_HOME}/tomcat/webapps' but in this folder I only see a folder structure:
Can you help with this? Is there other way to install it?
Also, is this really the best approach?
Best regards,
Francisco
Solved! Go to Solution.
Try some thing like this:
java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \ $TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force
Try some thing like this:
java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \ $TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.