We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Can not get some report from tar file.
Environment Describe the environment where the bug occurred.
OS: CentOS Linux 7 (Core) pgCenter Version 0.9.2 pgCenter installation method: source code PostgreSQL Version 14.9
I type this command record some staictics informations
./pgcenter record -f /tmp/stats.tar
And I get this file stats.tar
so I want to view this report about database ./pgcenter report -f /tmp/stats.tar --databases g --grep datname:highgo
and I get this :
[wangzhibin@localhost bin]$ ./pgcenter report -f /tmp/stats.tar --databases g --grep datname:highgo INFO: reading from /tmp/stats.tar INFO: report databases_general INFO: start from: 0001-01-01 00:00:00 LMT, to: 2023-09-08 02:53:41 CST invalid result
All parameter types returned are “invalid result”,I don't know where was wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Can not get some report from tar file.
Environment
Describe the environment where the bug occurred.
OS: CentOS Linux 7 (Core)
pgCenter Version 0.9.2
pgCenter installation method: source code
PostgreSQL Version 14.9
I type this command record some staictics informations
./pgcenter record -f /tmp/stats.tar
And I get this file stats.tar
so I want to view this report about database
./pgcenter report -f /tmp/stats.tar --databases g --grep datname:highgo
and I get this :
[wangzhibin@localhost bin]$ ./pgcenter report -f /tmp/stats.tar --databases g --grep datname:highgo
INFO: reading from /tmp/stats.tar
INFO: report databases_general
INFO: start from: 0001-01-01 00:00:00 LMT, to: 2023-09-08 02:53:41 CST
invalid result
All parameter types returned are “invalid result”,I don't know where was wrong.
The text was updated successfully, but these errors were encountered: