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

Installation/Usage problems

Open MichaelDBA opened this issue 5 years ago • 2 comments

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 not a simple as copying a binary file to a normal bin location like /usr/bin or /usr/local/bin. The program requires other files in other subdirectories, ie. resources, in the downloaded project.

Can you offer some suggestions? Or do I always have to run it from the git cloned subdirectory?

postgres-checkup -h localhost -p 5443 --username postgres --dbname iodb --project /home/postgres/temp/prod1 -e 1

[2019-04-27T08:09:54-0400] ERROR: read_possible_args: Can't load '/usr/bin/resources/cli.conf'

MichaelDBA avatar Apr 27 '19 11:04 MichaelDBA

Hello, @MichaelDBA!

Atm I'm trying to contribute Docker environment for tool ;) More info here: https://gitlab.com/postgres-ai-team/postgres-checkup/merge_requests/274. When it will be done, Postgres.ai deploy ready-to-use image on Docker Hub or somewhere else.

Is it enough for your workflow?

binakot avatar Apr 29 '19 19:04 binakot

Not really, I will put a bandaid on it until it gets more easy to use outside of docker.

MichaelDBA avatar Apr 29 '19 19:04 MichaelDBA