09-15-2009 05:24 AM
09-15-2009 08:53 AM
12-02-2009 10:42 AM
12-15-2009 03:28 AM
01-07-2010 07:42 AM
Alfresco running
mysqldump -u alfresco -palfresco alfresco –opt –single-transaction –create-options > backupFile.sql
Copy alf_data
Alfresco stop
mysql -ualfresco -palfresco alfresco < backupFile.sql
copy alf_dataBackup, remove lucene-indexes, mv backup-lucene-indexes in lucene-indexes
08-04-2010 04:47 AM
08-04-2010 05:00 AM
As when stopping alfresco also the mysql server is stopped….Before doing the mysql restore, mysql must running. After that you can execute the command.
(start mysql)
mysql -ualfresco -palfresco alfresco
show tables;
08-04-2010 05:57 AM
08-04-2010 06:09 AM
su
service mysqld start
08-04-2010 06:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.