This wiki does not contain official documentation and is currently deprecated and read only. Please try reading the documentation on the Liferay Developer Network, the new site dedicated to Liferay documentation.      DISCOVER Build your web site, collaborate with your colleagues, manage your content, and more.   DEVELOP Build applications that run inside Liferay, extend the features provided out of the box with Liferay's APIs.   DISTRIBUTE Let the world know about your app by publishing it in Liferay's marketplace.   PARTICIPATE Become a part of Liferay's community, meet other Liferay users, and get involved in the open source project.    « Back to Frequently Asked...  
  Back Up Liferay
 (Redirected from How to Back Up Liferay) 
 Table of Contents [-]
Introduction #
This article outlines how to backup your Liferay installation
Steps #
1. Take 'liferay portal' database dump using following command from command prompt ( Make sure you are in bin directory of MySQL installation) - <Prompt>mysqldump -u <username> -p<password> db_name (make sure there is no space between -p and your DB password) 2. Zip your lucene and jackrabit directories, (check their location in your portal.properties or portal-ext-properties file) - by default you will find it on C:/Document and setting/<User>/liferay (On Windows) 3. Move database dump and lucene/jackrabit zips to backup server 4. Shutdown backup server 5. Restore database, override lucene/jackrabbit directories 6. Start backup server.
 28904 Views