I don’t know, my largest files are 5 to 10 MB hahaha I generally upload invoices and personal documents from the bank, that’s why I have everything locally,
Docker is widely used because it can set up any instance in minutes. The only thing you should back up are the volumes you have in your containers. I recommend documenting that part if you are very concerned about data loss. If you want to make backup copies of your containers, I recommend rsnapshot.
Even though they are in the same docker-compose, the services are contained separately, which is why tika gotenberg may fail and paperless will continue to work, I don’t see a problem with that,
Yeah, im thinking about that.
As i’m thinking about virtualise Scale on PC to try the “migration” path from jails to docker, i dont think will be easy for me (0 linux experience)
Clear, and doing like you suggest is pretty faster than how i was “planning”, because i don’t need to move data from TN to the Windows VM
and this is the part i was missing.
So i can just pass actual’s jails data (that are outside from the jails itself) to the docker vm, setupping accordingly the docker to use that, and “ideally” i can run both version too (jails and docker).
I still have some time to read up on docker thoroughly (since the Scale docker release) but now seems way more doable