Hi,
I’m trying to understand how the user data export works. I’m running RocketChat from Docker.
From what I understand, when a user requests their data it gets compiled and saved to disk. What happens next?
- Does the user then get an e-mail with a link to download the file?
- If so, does the link require the user to login with their credentials before downloading?
- Is there any way for me (the admin) to see the queue for user data requests? Or a history?
- What happens if I “docker compose down” while the system is still compiling the export? Will it resume when I re-create the container?
Since I am using containers, I assume that when the container gets deleted, the exported data would also be deleted.