Alfresco system data copying and Restoration

Source: Internet
Author: User

 

AlfrescoSystem data copying and Restoration

 Data Copying and Restoration:

AlfrescoUseMySQLStorage Data, which only needs to be used for copying and restoring data.MySQLAnd restore. Description:(The color part indicates the numeric value, and the content in the picture indicates the selected value.):

 

Data copies

UseMysqldumpCopying data(Login requiredMySQLServer)

Run the doscommand in c: \ alfresco \ mysql \ bin \ mysqldump.exe.

Mysqldump -- opt-u root [-PPassword] alfresco> Backup. SQL

For example:Mysqldump -- opt-u root-P0414 kmdb> Backup. SQL

 

If you use the program parameters, you need to add additional data.

Mysqldump -- Opt -- Host =Remote-host-u username [-ppassword] alfresco> Backup. SQL

For example:Mysqldump -- Opt -- Host =3306-u root [-p0414] kmdb> Backup. SQL

 

Data restoration

The exported data is complete.SQLStatement, used for restorationMySQLCustomerProgramIt is easy to import data:

Mysqladmin-u root [-PPassword] Create alfresco

Mysql-u root [-PPassword] <backup. SQL

 

Document Copy and Restoration:

File copy and restore are simpler. You only need to findAlfrescoMemoryRepositoryThe object category is as follows:D: \ alfresco \ alf_data, Set the entireAlf_dataContentsCopyWhen it comes out, the preparation is completed; when it is restored, the deletedAlf_dataContents, and thenCopyPartialAlf_dataThe restore is completed.

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.