Skip to content

Commit

Permalink
[docs][yba] Fix version number in stable (#19541)
Browse files Browse the repository at this point in the history
* fix version number in stable

* python version
  • Loading branch information
ddhodge authored Oct 16, 2023
1 parent 861f082 commit e667f96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Services:
Systemd service | Version | Port | Log File Locations | Running Status |
postgres | 10.23 | 5432 | /opt/yugabyte/data/logs/postgres.log | Running |
prometheus | 2.42.0 | 9090 | /opt/yugabyte/data/prometheus/prometheus.log | Running |
yb-platform | 2.19.0.0-b51 | 443 | /opt/yugabyte/data/logs/application.log | Running |
yb-platform | {{<yb-version version="preview" format="build">}} | 443 | /opt/yugabyte/data/logs/application.log | Running |
INFO[2023-04-24T23:19:59Z] Successfully installed YugabyteDB Anywhere!
```

Expand Down Expand Up @@ -214,7 +214,7 @@ Services:
Systemd service | Version | Port | Log File Locations | Running Status |
postgres | 10.23 | 5432 | /opt/yugabyte/data/logs/postgres.log | Running |
prometheus | 2.42.0 | 9090 | /opt/yugabyte/data/prometheus/prometheus.log | Running |
yb-platform | 2.19.0.0-b59 | 443 | /opt/yugabyte/data/logs/application.log | Running |
yb-platform | {{<yb-version version="preview" format="build">}} | 443 | /opt/yugabyte/data/logs/application.log | Running |
```

### Upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ YugabyteDB Anywhere may also work on other Linux distributions; contact your Yug

## Software requirements

- Python 3 must be installed.
- Python v3.8 to 3.11 must be installed.

## Hardware requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Services:
Systemd service | Version | Port | Log File Locations | Running Status |
postgres | 10.23 | 5432 | /opt/yugabyte/data/logs/postgres.log | Running |
prometheus | 2.42.0 | 9090 | /opt/yugabyte/data/prometheus/prometheus.log | Running |
yb-platform | 2.19.0.0-b51 | 443 | /opt/yugabyte/data/logs/application.log | Running |
yb-platform | {{<yb-version version="stable" format="build">}} | 443 | /opt/yugabyte/data/logs/application.log | Running |
INFO[2023-04-24T23:19:59Z] Successfully installed YugabyteDB Anywhere!
```

Expand Down Expand Up @@ -210,7 +210,7 @@ Services:
Systemd service | Version | Port | Log File Locations | Running Status |
postgres | 10.23 | 5432 | /opt/yugabyte/data/logs/postgres.log | Running |
prometheus | 2.42.0 | 9090 | /opt/yugabyte/data/prometheus/prometheus.log | Running |
yb-platform | 2.19.0.0-b59 | 443 | /opt/yugabyte/data/logs/application.log | Running |
yb-platform | {{<yb-version version="stable" format="build">}} | 443 | /opt/yugabyte/data/logs/application.log | Running |
```

### Upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ YugabyteDB Anywhere may also work on other Linux distributions; contact your Yug

## Software requirements

- Python 3 must be installed.
- Python v3.8 to 3.11 must be installed.

## Hardware requirements

Expand Down

0 comments on commit e667f96

Please sign in to comment.