ONLYOFFICE / CommunityServer

Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
http://www.onlyoffice.com
Apache License 2.0
2.74k stars 617 forks source link

Restore of the portal #446

Open annibal1 opened 1 year ago

annibal1 commented 1 year ago

Hello I exaggerated the backup of the portal but when I click in restore This error has always been Error when recovering data Do you know how I can solve? thank you Use OnlyOffice Workspace with Docker on Ubuntu server thank you

Carazyda commented 1 year ago

Hello @annibal1 Can you provide a screenshot of the error. Also look for errors in svcBackup.log.

annibal1 commented 1 year ago

cattura

I can't find in what path this file is to be able to check it

svcbackup.log

Carazyda commented 1 year ago

You can find this in the onlyoffice-community-server container in /var/log/onlyoffice. Also check the status of the backup service in the container - systemctl status onlyofficeBackup.

annibal1 commented 1 year ago

I checked In this position/var/log/onlyoffice there is no log file as per the attached image Immagine 2022-12-13 193915

Carazyda commented 1 year ago

You need to search for files and execute commands inside the docker container - sudo docker exec -it onlyoffice-community-server bash.