Alfresco-Solr Backup Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 12:55 AM
As I know, alfresco backup the solr everyday against the settings in alfresco-global.properties. The backup files will stay in $ALFRESCO_HOME/alf_data/solrBackup with a folder name like snapshop.20140605020001
Now I am working on an Alfresco Incremental Backup solution, I need to simulate the Fixfox to to issue the backup command to Solr as below:
curl –cert /opt/alfresco-4.2.e/alf_data/keystore/browser.p12:[alfresco_admin_password] –cert-type P12 -k –header content-type:'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)' https://localhost:8443/solr/workspace/replication?command=backup
I got the following error message:
curl: (58) Unable to load client cert -8018.
Anybody please tell me what's wrong with it, and how to resove it?
Thanks in advance!
Now I am working on an Alfresco Incremental Backup solution, I need to simulate the Fixfox to to issue the backup command to Solr as below:
curl –cert /opt/alfresco-4.2.e/alf_data/keystore/browser.p12:[alfresco_admin_password] –cert-type P12 -k –header content-type:'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)' https://localhost:8443/solr/workspace/replication?command=backup
I got the following error message:
curl: (58) Unable to load client cert -8018.
Anybody please tell me what's wrong with it, and how to resove it?
Thanks in advance!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 08:54 PM
I may got answer from the following wiki page:
https://wiki.alfresco.com/wiki/Alfresco_And_SOLR#Security
https://wiki.alfresco.com/wiki/Alfresco_And_SOLR#Security
