05-24-2023 05:24 AM
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
05-31-2023 04:58 AM
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
05-31-2023 04:58 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.