Version Number #696

Closed
opened 2026-02-04 22:15:14 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @yodaphone on GitHub (Apr 27, 2020).

Subject of the issue

Even after i do a docker pull with bitwardenrs/server:1.14.2, the version number displays Version 2.13.2 in the application.

What am i doing wrong?

Your environment

  • Bitwarden_rs version: 1.14.2
  • Install method: Docker compose

Steps to reproduce

# bitwarden
version: '3'

services:
 bitwarden:
  image: bitwardenrs/server:1.14.2
  container_name: bitwarden
  restart: always
  volumes:
      - /opt/bitwarden/data:/data/
  ports:
    - 8088:80
    - 3012:3012
  environment:
    LOG_FILE: '/opt/bitwarden/bitwarden.log'
    LOG_LEVEL: 'debug'
    EXTENDED_LOGGING: 'true'
    WEB_VAULT_ENABLED: 'true'
    WEBSOCKET_ENABLED: 'true'
    WEBSOCKET_PORT: '3012'
    ADMIN_TOKEN: 'XXXXXXXXXXXXXXX'
    SIGNUPS_ALLOWED: 'true'
Originally created by @yodaphone on GitHub (Apr 27, 2020). ### Subject of the issue Even after i do a docker pull with bitwardenrs/server:1.14.2, the version number displays Version 2.13.2 in the application. What am i doing wrong? ### Your environment <!-- The version number, obtained from the logs or the admin page --> * Bitwarden_rs version: 1.14.2 <!-- How the server was installed: Docker image / package / built from source --> * Install method: Docker compose ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> ``` # bitwarden version: '3' services: bitwarden: image: bitwardenrs/server:1.14.2 container_name: bitwarden restart: always volumes: - /opt/bitwarden/data:/data/ ports: - 8088:80 - 3012:3012 environment: LOG_FILE: '/opt/bitwarden/bitwarden.log' LOG_LEVEL: 'debug' EXTENDED_LOGGING: 'true' WEB_VAULT_ENABLED: 'true' WEBSOCKET_ENABLED: 'true' WEBSOCKET_PORT: '3012' ADMIN_TOKEN: 'XXXXXXXXXXXXXXX' SIGNUPS_ALLOWED: 'true' ```
Author
Owner

@bohanwood commented on GitHub (Apr 27, 2020):

image
Maybe not

@bohanwood commented on GitHub (Apr 27, 2020): ![image](https://user-images.githubusercontent.com/8384161/80384110-70d03800-88df-11ea-9227-095dbf6f4ab7.png) Maybe not
Author
Owner

@mqus commented on GitHub (Apr 27, 2020):

@brentybh is right, the version you see in the client(the web interface is also a client) is exactly that, the version of the client. If you want to see if the version of your server is right, you have to take a look at the first output from your server. The version should be there somewhere.

But I think it would be good to show the server version somewhere in the admin interface, too (if it is not shown there already)

@mqus commented on GitHub (Apr 27, 2020): @brentybh is right, the version you see in the client(the web interface is also a client) is exactly that, the version of the *client*. If you want to see if the version of your server is right, you have to take a look at the first output from your server. The version should be there somewhere. But I think it would be good to show the server version somewhere in the admin interface, too (if it is not shown there already)
Author
Owner

@bohanwood commented on GitHub (Apr 28, 2020):

@mqus yeah,

image

@bohanwood commented on GitHub (Apr 28, 2020): @mqus yeah, ![image](https://user-images.githubusercontent.com/8384161/80431735-33929700-892d-11ea-8f17-0d40958424fd.png)
Author
Owner

@yodaphone commented on GitHub (Apr 28, 2020):

thanks

@yodaphone commented on GitHub (Apr 28, 2020): thanks
Author
Owner

@mqus commented on GitHub (Apr 29, 2020):

Ah right, then it's a matter of packaging. For me it didn't show up because it couldn't detect the version during the package build process in archlinux. I'll fix that.
Thanks for confirming!

@mqus commented on GitHub (Apr 29, 2020): Ah right, then it's a matter of packaging. For me it didn't show up because it couldn't detect the version during the package build process in archlinux. I'll fix that. Thanks for confirming!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#696