I’m having issues when running pmm-server. It dies after respawning several times dashboard-upgrade:
INFO exited: dashboard-upgrade (exit status 1; not expected)
I think it is related to shared volumes and “persistent data volumes” in ECS (http://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html)
Does anyone knows how to setup pmm-server in ECS using persistent data volumes so that pmm-data volumes are persisted to an EBS?
Thank you.