Giter VIP home page Giter VIP logo

pgvm's People

Contributors

8dhn avatar fabriziomello avatar guedes avatar lhcezar avatar matlads avatar shanepelletier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pgvm's Issues

psql: could not connect to server: Connection refused

Hi, I am running pgvm successfully, byt when I installed it on my other mac, I can't run psql:

psql: could not connect to server: Connection refused
    Is the server running on host "localhost" (::1) and accepting
    TCP/IP connections on port 5432?
could not connect to server: Connection refused
    Is the server running on host "localhost" (127.0.0.1) and accepting
    TCP/IP connections on port 5432?

installing the contrib package complains about connection too

I have done:

pgvm install 9.3.5
pgvm use 9.3.5
pgvm cluster create master
pgvm cluster start master

And I also tried restart. which psql returns what seems correct path:
/Users/michal/.pgvm/environments/current/bin/psql

Can anyone point me the right direction?

Fail set locale in travis test

The farm machines in travis-ci.org is not have en.US as a locale/encoding type. The suggestion tttest using UTF-8 as default .

bug: Error message to install with Git

fike@alderoon:~/.pgvm$ pgvm install master
/home/fike/.pgvm/include/helpers: line 165: cd: /home/fike/.pgvm/src/postgresql-clone: Arquivo ou diretório não encontrado

Running a cluster on port 5432

So I was running an instance of pgvm on a cluster managed on localhost (OSX pg version 9.3.10) and I wasn't able to connect to that cluster on port 5432. Other ports seem to be fine when I modify the postgresql.conf file in the data directory. I think this may be an issue with pgvm or how the clusters get setup. It says that the cluster is running and it's running on the correct port with a PID but nothing (pgvm console or other applications) can connect to it.

Can't build contrib 9.5.3: make[1]: Nothing to be done for `all'.

Again, not sure if thats a pgvm problem or not, but the contribs don't build on my mac :(

~/.pgvm/src/postgresql-9.3.5/contrib ((detached from v0.2.1))$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C adminpack all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C auth_delay all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C auto_explain all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C btree_gin all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C btree_gist all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C chkpass all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C citext all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C cube all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C dblink all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../src/interfaces/libpq all
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C dict_int all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C dict_xsyn all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C dummy_seclabel all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C earthdistance all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C file_fdw all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C fuzzystrmatch all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C hstore all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C intagg all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C intarray all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C isn all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lo all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ltree all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C oid2name all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pageinspect all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C passwordcheck all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_archivecleanup all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_buffercache all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_freespacemap all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_standby all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_stat_statements all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_test_fsync all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_test_timing all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_trgm all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_upgrade all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_upgrade_support all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pgbench all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pgcrypto all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pgrowlocks all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pgstattuple all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pg_xlogdump all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C postgres_fdw all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../src/interfaces/libpq all
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C seg all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C spi all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C tablefunc all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C tcn all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C test_parser all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C tsearch2 all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C unaccent all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C vacuumlo all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C worker_spi all
make[1]: Nothing to be done for `all'.

pgvm install 9 do not found the last 9 version

~ (1.9.3-p327) 
# pgvm install 9
downloading 'http://ftp.postgresql.org/pub/source/v/postgresql-.tar.gz', please be patient... done.
checking 'postgresql-.tar.gz' integrity... 
~ (1.9.3-p327) 
# pgvm list
Please, install a PostgreSQL Version!


~ (1.9.3-p327) 
# 

Do you need some information to trace the problem? :)

Compiling 9.3.5: FATAL: role "ubuntu" does not exist

Not sure if this is an issue with pgvm, any ideas?

configuring PostgreSQL Version: 9.5.3 ... Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
done.
compiling ... FATAL:  role "ubuntu" does not exist

Then install then finishes and seems to work.

Test if install parameter is empty

Actually, install command don't test if your parameters is empty. When it tries to install, it happen this error:

fike@alderoon:~$ pgvm install

downloading 'http://ftp.postgresql.org/pub/source/v/postgresql-.tar.gz', please be patient... done.
checking 'postgresql-.tar.gz' integrity... ERRO: CHECKSUM of 'postgresql-.tar.gz' has failed! Aborting!
 fike@alderoon:~$ 

add an `uninstall` action

This could be implemented in some ways, I can figure out two:

  • keeps the downloaded tarball by default, unless explicit required by an option
  • removes everything related to an installation by default, but could keeps tarballs if an options was passed

What do you think @fike ?

add a `current` action

This action shows current postgres version. It could be use with datasets to show which dataset is currently in use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.