In our institution dataverse I have to upgrade the disk space available to more than 1TB. The upload space will be allocated in another machine, so I have to change the path to the upload folder. 1- How can I do it? 2 - Do I need to implement any further operation? Thanks in advance.
Hi @Adília Isabel Domingues da Cruz Alves , you can update some lines in the file _PAYARA_/glassfish/domains/domain1/config/domain.xml . You should search next entries:
<jvm-options>-Ddataverse.files.directory=/usr/local/payara6/glassfish/domains/domain1/files</jvm-options>
<jvm-options>-Ddataverse.files.file.directory=/usr/local/payara6/glassfish/domains/domain1/files</jvm-options>
You also can copy all the files to the new destination, mount the directory in the other machine in your current "files" location and update the owner and rights to be coincident with the original files.
Last updated: Nov 01 2025 at 14:11 UTC