rightbang.blogg.se

Docker pgcli image has no pgcli
Docker pgcli image has no pgcli










docker pgcli image has no pgcli

#Docker pgcli image has no pgcli install#

Redirecting to '/usr/bin/dnf install python-pgcli' (see 'man yum2dnf')Ĭould not connect to server: No such file or directory

docker exec -it /bin/bash.

Rpmlib(PayloadFilesHavePrefix) <= 4.0-1 repo]# yum install python-pgcli Now I want to access the database via pgcli and I get the following error: pgcli -h localhost -p 5432 -U root -d nytaxi connection failed: :1), port 5432 failed: FATAL: role 'root' does not exist. Checking for repo]# rpm -qRp python-pgcli-1.2. With auto-completion and syntax highlighting. pre-commit-config.yaml AUTHORS DEVELOP.rst Dockerfile LICENSE.txt MANIFEST.in README.rst RELEASES.md TODO Vagrantfile changelog.rst pgcli-completion. With auto-completion and syntax highlighting.ĬLI for Postgres Database. 69dcceb last week 2,331 commits Failed to load latest commit information.github pgcli screenshots tests. Sqlite DBs complete Package repo]# rpm -qip python-pgcli-1.2. I was just following the steps from I have also provided these options to disable caching: metadata_expire=1 repo]# createrepo. You should consider upgrading via the 'pip install -upgrade pip' command.Ĭreated package Creating repo

docker pgcli image has no pgcli

You are using pip version 8.0.2, however version 8.1.2 is available.

docker pgcli image has no pgcli

The config file is created when pgcli is launched for the very first time. On Windows it is located at USERPROFILE\AppData\Local\dbcli\mssql-cli\config. Installing ri documentation for fpm-1.6.3ĭone installing documentation for fpm after 1 secondsġ gem installed pgcli]# pip install pgcli]# pip uninstall -y pgcli prompt-toolkit # fixing the prompt-toolkit pgcli]# mkdir repo & cd repo]# pip freeze | xargs -n1 fpm -s python -t rpm -python-pip pip Most of pgcli's user settings are configured via the file located at /.config/pgcli/config, which is a hidden file in your home folder in Linux and macOS. I have used this docker-image: with fedora-latest code]# yum install -y python python-devel postgresql postgresql-server postgresql-devel createrepo code]# gem install fpm But there's an issue with prompt_toolkit.












Docker pgcli image has no pgcli