Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The backup and restore process


For an application to be robust, a proper backup process for all data is very important. Here, we will cover details about what steps are required for backing up and restoring data in Alfresco.

Backups are required for the main critical components of Alfresco which hold the data, as listed below.

  • Database: You can use the database dump method based on the type of database used for backup. There is a very good tool, Xtrabackup for MySQL, using which, backing up a large database is trivial. Refer to http://www.percona.com/software/percona-xtrabackup. As the repository size grows, the DB size will be large, so an efficient and incremental backup and restore strategy should be defined for the database.

  • ContentStore (All Binary Files): Standard file system replication can be used to back up the content store. An important point to note here is that as your repository size grows, a full backup of the content store will become a time consuming process. So, always...