cancel
Showing results for 
Search instead for 
Did you mean: 

Using bulk export

franciscoduarte
Champ in-the-making
Champ in-the-making

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:

image

Can you help with this? Is there other way to install it?

Also, is this really the best approach?

Best regards,

Francisco

1 ACCEPTED ANSWER

fedorow
Elite Collaborator
Elite Collaborator

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

View answer in original post

1 REPLY 1

fedorow
Elite Collaborator
Elite Collaborator

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