Skip to content

Commit

Permalink
Update README.md for 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pvetere authored Dec 18, 2024
1 parent d4e8295 commit 46bed9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ You can use the version numbers in the first column of the following table in or

| `SINGLESTORE_VERSION` | description | |
| ---------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| 8.9 | SingleStoreDB Self-Managed 8.9, see changelog for latest version | [changelog](https://docs.singlestore.com/db/v8.9/release-notes/singlestore-memsql/8-9-release-notes/maintenance-release-changelog-v-8-9/) |
| 8.7 | SingleStoreDB Self-Managed 8.7, see changelog for latest version | [changelog](https://docs.singlestore.com/db/v8.7/release-notes/singlestore-memsql/8-7-release-notes/maintenance-release-changelog-v-8-7/) |
| 8.5 | SingleStoreDB Self-Managed 8.5, see changelog for latest version | [changelog](https://docs.singlestore.com/db/v8.5/release-notes/singlestore-memsql/8-5-release-notes/maintenance-release-changelog-v-8-5/) |
| 8.1 | SingleStoreDB Self-Managed 8.1, see changelog for latest version | [changelog](https://docs.singlestore.com/db/v8.1/release-notes/singlestore-memsql/8-1-release-notes/maintenance-release-changelog/) |
Expand Down Expand Up @@ -268,13 +269,13 @@ In order to use a specific version of SingleStoreDB at runtime, you can start th
> **Warning**
> This method will result in the container taking much longer to start (roughly a minute) because it has to download and install SingleStoreDB each time. For this reason, we recommend building a custom version of this Docker image using [the instructions above][custom image method].
Here is an example of using the `SINGLESTORE_VERSION` environment variable to run SingleStoreDB 8.7:
Here is an example of using the `SINGLESTORE_VERSION` environment variable to run SingleStoreDB 8.9:

```bash
docker run \
-d --name singlestoredb-dev \
-e ROOT_PASSWORD="YOUR ROOT PASSWORD" \
-e SINGLESTORE_VERSION="8.7" \
-e SINGLESTORE_VERSION="8.9" \
-p 3306:3306 -p 8080:8080 -p 9000:9000 \
ghcr.io/singlestore-labs/singlestoredb-dev
```
Expand Down

0 comments on commit 46bed9b

Please sign in to comment.