Maybe someone of you could help me.
I have owncloud running in a docker container on my NAS. The NAS is making snapshots, thus database and data folder are maybe having a backup good enough to restore both if something is wrong.
Right?
Or isn’t that enough because of the database if there is traffic at the moment of the snapshot, thus open transactions.
Because of that I also integrated a cron job making sql dumps.
I’ve copied that dump together with the complete owncloud folder to another nas and restored everything.
I could login accordingly but I am not able to see my files.
But I should see the files, right when I made a restore of the database and using the complete owncloud folder.
Or is that way not working?
But maybe the problem is somewhere located regarding the external drives. On my productive system I have added Dropbox and a SMB drive. The SMB drive is not available on the system I have tried to restore owncloud.
And interestingly other extensions were not available although I replaced the completed data folder.
So maybe somebody could help in these questions behind that behavior
- Is it enough to use the NAS snapshots to restore the data folder and database although there are maybe open transactions once the snapshot is done?
- Shouldn’t it be enough to restore a manual owncloud database dump and the data folder or are there additional data anywhere on the database folder or the nas?
- Or is there maybe a bug that the external storage leads to the behaviour not seeing any files?
Server configuration
Operating system:
Running on a qnap nas in docker
Web server:
Apache
Database:
mariaDB
PHP version:
7
ownCloud version: (see ownCloud admin page)
10.3.2
Updated from an older ownCloud or fresh install:
fresh install
Where did you install ownCloud from:
docker hub
Signing status (ownCloud 9.0 and above):
Thank you so much!