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:
- Make a backup\snapshot of the whole server before any actions . If something goes wrong, you will be able for a quick rollback.
- Create a folder in the desired directory. For example
/etc/newfolder/ - Copy the portal data into a new directory.
cp -r /var/www/onlyoffice/Data/ /etc/newfolder/ - Set the owner of the folder.
chown -R onlyoffice:onlyoffice /etc/newfolder/ - Open the config file for editing:
/var/www/onlyoffice/WebStudio/web.storage.config
Setvalue="/etc/newfolder/Data/"insteadvalue="..\Data\" - Restart the Mono service.
service monoserve restart.