Hello,
I have a question about Hyvor relay deployment. I see that the prod compose config creates a media volume and mounts it at /app/media path. What is stored in that volume ? Does it contain important data ?
Thanks.
Hello,
I have a question about Hyvor relay deployment. I see that the prod compose config creates a media volume and mounts it at /app/media path. What is stored in that volume ? Does it contain important data ?
Thanks.
Hi!
The media volume stores email content. This change is part of the upcoming Relay 0.1.0 release, which has not been released yet.
When upgrading to 0.1.0, email contents are stored in the filesystem or S3 instead of the database. So this is important data and should be persisted. The production Compose will already include the required volume.
You can find more details here: relay/frontend/src/routes/(marketing)/hosting/content/upgrade/0.1.0.md at main · hyvor/relay · GitHub
Thanks.
Thank you.
I’m studying what would be the best way to deploy it in a k8s cluster. The S3 storage is very welcome.
I’m still waiting for the NAT support to start testing deployment, but it looks promising.