We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


Vertica Version? — Vertica Forum

Vertica Version?

I have install Vertica 6.1.3 on Debian Linux box. even though I know version install, what I want to know is which command I should use in Debian to check Vertica version.

Any help is greatly appreciated.

Thanks
Regards
Jay

Comments

  • Hi Jay,

    There are various ways to do this:

    /opt/vertica/bin/vertica --version  ## asks the Vertica binary what version it is

    dpkg -l | grep "vertica"  ## lists the versions of all installed Vertica packages

    vsql -c "select version();"  ## queries the Vertica database; asks it what its version is

    All of these should provide the same information.

    Adam

  • this command helped = dpkg -l | grep vertica

    I just started learning vertica.

    Thanks for your help.

    Thanks
    Jay

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file