PMM-7925: Add SystemD service with podman to run PMM#355
PMM-7925: Add SystemD service with podman to run PMM#355
Conversation
| DISABLE_UPDATES=1 | ||
|
|
||
| # Enable DBaaS feature | ||
| #ENABLE_DBAAS=1 |
There was a problem hiding this comment.
Why do we split environment variables between this file and service?
There was a problem hiding this comment.
service has environment for systemd/podman and env file is passed to pmm.
It is not split, it just another file to pass to env to pmm
|
|
||
| * Mon May 16 2022 Nikita Beletskii <nikita.beletskii@percona.com> - 2.29.0-1 | ||
| - PMM-10027 remove useless packages | ||
|
|
There was a problem hiding this comment.
Why do we use this spec? We use this spec for internal pmm-server package (it contains some js files) and I'm not sure that we need systemd service in container :)
There was a problem hiding this comment.
it was easier for PoC to use existing spec. And actually it fits it well in term that is a part of pmm-server. We don't need it in container for sure, but probably after build we need to sync it into some repo that available for everyone.
https://jira.percona.com/browse/PMM-7925
percona/pmm-doc#759
ToDo: