postgres-checkup icon indicating copy to clipboard operation
postgres-checkup copied to clipboard

Postgres Health Check and SQL Performance Analysis. :point_right: THIS IS A MIRROR OF https://gitlab.com/postgres-ai/postgres-checkup

Results 2 postgres-checkup issues
Sort by recently updated
recently updated
newest added

Following command gives no output in the artifacts folder docker run --rm \ --name postgres-checkup \ --volume "$(pwd)/artifacts:/artifacts" \ --volume "$(echo ~)/.ssh/id_rsa:/root/.ssh/id_rsa:ro" \ postgresai/postgres-checkup:latest \ ./checkup \ --hostname sshusername@hostname \...

I understand that the only way to use this is to do a git clone download, but it should be more straightforward in how to get it working. It is...