Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

best way to update Verba on an old installation #345

Open
dromeuf opened this issue Dec 11, 2024 · 1 comment
Open

best way to update Verba on an old installation #345

dromeuf opened this issue Dec 11, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dromeuf
Copy link

dromeuf commented Dec 11, 2024

Description

I have an old Verba installation that I installed this way:

$ git clone https://github.com/weaviate/Verba.git
$ python3 -m virtualenv verba_env
$ source verba_env/bin/activate
(verba_env) $ cd Verba
(verba_env) :~/Verba$ pip install -e .
(verba_env) $ whereis verba
verba: /home/xxxx/verba_env/bin/verba
(verba_env) :~/Verba$ verba start

Yesterday I used for update :
(verba_env) $ git pull
In setting admin Verba panel I see : Version 1.26.6 . I was expecting 2.1.0 but maybe it's the version number of something else.

Could you please add to your installation description page the update procedure you recommend for each type of installation.

Thank you for your great work.

@thomashacker
Copy link
Collaborator

The version 1.26.6 describes your current Weaviate version and is not related to Verba's version! But I agree, I'll add it to the frontend as well so that it's more transparent 🚀

@thomashacker thomashacker added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants