Discussions
Backup Recovery Concerns
So there are 3 main concerns -
How does my MedStack account handle backup/restore?
Does my account have disaster recovery?
Do you handle restore requests on weekends and how long does it take to restore?
Is there a way I can get a file manager on my account?
Specific medstack access
We want to remove access to our developers to database and storage but want to leave them access to the control panel to supervise the process of deployment. We noticed that you provide 4 roles: Owner, Technical, Billing, and Compliance but none of them does not meet our expectations. Is it possible to configure medstack in a way to achieve it?
How do I apply rolling updates to a service?
We are in the process of migrating our application from a monolith to a micro-services approach and will need the ability to apply updates to service containers in a rolling fashion.
Deleted Data
How does Medstack ensure that deleted data is in fact deleted by the underlying cloud provider is there a time interval after which this occurs.
Change mongodb default volume mapping
By default, the MongoDB image persists its database under a volume located at /data/db
. Any idea how I can change this via Medstack control? This is easy enough to configure in a docker-compose file, as represented below. With the following configuration, the MongoDB database gets stored under /mongodb/data
instead of /data/db
. I'd like to match this behavior in my MedStack cluster.
Performance Statistics
Is there any way to access Docker nodes, services container performance metrics like CPU & memory utilization, storage consumption, or I/O other than though the dashboard ??
Connect to a Redis container
How can I get my app service to communicate with my redis service?
I currently am setting the REDIS_URL
in my application to redis://host.docker.internal:6379/0
, but I can't seem to connect.
How do I delete old invitations for users
There is an old invitation for a user that I want to delete. But my only option is to "Resend". I don't want to do that.
Deploying Mirth Connect
Is it possible to run Mirth Connect on MedStack Control?
Hosting static files on MedStack Control's storage service
Should we move all our static files (HTML, JS, CSS, etc) to MedStack Control? We currently host static assets on our S3 bucket.