How to change the UTC timezone of Query Analytics?
It was not possible to change with this command.
docker run -d \ -p 80:80 \ –volumes-from pmm-data \ –name pmm-server \ -e TZ=‘Asia/Tokyo’ \ –restart always \ percona/pmm-server:1.1.3
How to change the UTC timezone of Query Analytics?
It was not possible to change with this command.
docker run -d \ -p 80:80 \ –volumes-from pmm-data \ –name pmm-server \ -e TZ=‘Asia/Tokyo’ \ –restart always \ percona/pmm-server:1.1.3
Yuji Fujihara , currently the container does not parse the incoming $TZ variable, so setting it is silently ignored. We expect to ship a new version of QAN that will include support for storing the records in UTC, but displaying the records in your local browser defined timezone. We don’t have a release date defined but we anticipate within the next month or two to have this available.
Thank you for answering.
I hope that the function will be added as soon as possible.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.