samnaction
samnaction

Reputation: 1254

Can I use my server disk space as the default location for alfresco repository?

I installed alfresco in a local machine. Unfortunately the machine has very low disk space of around 50GB. I need to upload documents around 100 GB.I have a server with extra disk space. Can I use this server space for the document upload so that these files will be accessible in alfresco share. Thank you

Upvotes: 1

Views: 705

Answers (1)

Tahir Malik
Tahir Malik

Reputation: 6643

Stop Alfresco and move your alf_data/contentstore & alf_data/contentstore.deleted to your server.

Add these properties to the alfresco-global.properties:

  • dir.contentstore=<path to the server>/contentstore
  • dir.contentstore.deleted=<path to the server>/contentstore.deleted

Upvotes: 2

Related Questions