Workspace - Data Storage on Local Disk

Hello @vessovassi
Probably there’s the way to change data location for Workspace. Do I understand it right that you’re using package installation? If so, please follow my steps:

  1. Make a backup\snapshot of the whole server before any actions . If something goes wrong, you will be able for a quick rollback.
  2. Create a folder in the desired directory. For example /etc/newfolder/
  3. Copy the portal data into a new directory. cp -r /var/www/onlyoffice/Data/ /etc/newfolder/
  4. Set the owner of the folder. chown -R onlyoffice:onlyoffice /etc/newfolder/
  5. Open the config file for editing: /var/www/onlyoffice/WebStudio/web.storage.config
    Set value="/etc/newfolder/Data/" instead value="..\Data\"
  6. Restart the Mono service. service monoserve restart .