Our Matomo instance has been running on virtual hosts for years. We’re now interested in deploying to containers in our AWS infrastructure. The docker hub image is a good addition, but can it be made “stateless” (i.e., not reliant on persistent storage) and still survive a restart? If so, how can the core:archive be run?
We’re experimenting with an additional container to do nothing but the archive, but are open to additional ideas (such as deployment from git). Thanks!
We’re working on this in Fargate now and I’ll post the solution when it’s complete. The archive can easily be done by using the web interface and a key. The largest issue is loss of the initial configuration when containers change state.
Hey @reynlds, wanted to know if you had any update on this.
I’m trying to make the Tag Manager containers’ configuration persistent.
If you have an image or docker-compose example that would be very helpful.