
Hi Support,
We are implementing horizontal scaling (https://book.appread.io/horizontal-scaling) with shared storage, shared MariaDB, and shared Redis for our self-hosted Appwrite instance (version v1.5.7). We have two instances (primary and secondary) in our horizontal scaling setup, and everything has been running smoothly for months.
We've discovered an issue where when we add a custom domain or function domain through the admin UI, only one instance's Traefik becomes aware of the new SSL certificate.
We believe the instance where SSL certificates are refreshed for Traefik is likely the one where the appwrite-worker-certificates
service generates the SSL certificate.
When accessing the custom domain, we sometimes get proper HTTPS with SSL and sometimes get HTTPS without a valid SSL certificate, depending on which instance handles the request.
How can we resolve this issue without restarting our primary and secondary instances? Or is restarting both instances the only way to resolve this issue?
Thank you for your assistance.
Recommended threads
- Stripe Payment Webhook Function
I'm seeing this error in console: ``` Error: No signatures found matching the expected signature for payload. Are you passing the raw request body you received ...
- pushibg function
Iam running appwrite locally, and when i try to push a funtion , it shows this error.
- Realtime {error: 1003, Message type is n...
I am facing the above mentioned issue, no matter if I am using web-sdk 16.0.2 or 17.01 (apw server is on 1.6.0) - maybe someone could help?
