Lesovsky Alexey
Lesovsky Alexey
First of all, try to update pgcenter. v0.6.4 is quite old and i could reproduce the error. Newer version [v0.9.2](https://github.com/lesovsky/pgcenter/releases/tag/v0.9.2) works fine.
Uhh, very odd... seems it's something AstraLinux-specific. 1. Try pgcenter from .tar.gz archive 2. Are you connecting directly to Postgres or through proxy like Pgbouncer?
ok, roll back to use old v0.6.4 version or try to pick another version which don't have both problems... not sure it will work, but who knows ))) at the...
Hi, thank you for PR, but I have some questions: 1. Have you build pgcenter on ARM arch? 2. Have you run [tests](https://github.com/lesovsky/pgcenter/blob/master/.github/workflows/release.yml#L9) and do the tests are passed? 3....
Hmm, is this occur every time you press 'x' or randomly?
Could you try to reproduce the issue using the master branch? This should be fixed here 9adb560.
Hi, thanks for report, What docker image is used?
What happen if run container and then run pgcenter being inside? Like: ``` docker run --rm -ti IMAGE /bin/bash pgcenter top ... ```
I tested various cases using different docker images and bug reproduced in most of cases. Sometimes pgcenter starts as expected but at next, the same attempt it crashed again (even...
Hi, check out new [v0.8.0](https://github.com/lesovsky/pgcenter/releases/tag/v0.8.0) release, both issues related to absence of stats and panic are fixed. Waiting for testing and feedback.