Using bulk export

cancel
Showing results for 
Search instead for 
Did you mean: 
franciscoduarte
Member II

Using bulk export

Jump to solution

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:

notepad++_W6QZfj2Dml.png

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

Also, is this really the best approach?

Best regards,

Francisco

1 Solution

Accepted Solutions
fedorow
Senior Member II

Re: Using bulk export

Jump 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

View solution in original post

1 Reply
fedorow
Senior Member II

Re: Using bulk export

Jump 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