From b4ebb68d4a5b9fc37e14a2234095fa39237ce58d Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Tue, 20 Feb 2024 15:57:44 -0800 Subject: [PATCH] /content/products/doltlab/installation.md: update doltlab v2.0.8 --- content/products/doltlab/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/products/doltlab/installation.md b/content/products/doltlab/installation.md index 66ddf24f..c3595e71 100644 --- a/content/products/doltlab/installation.md +++ b/content/products/doltlab/installation.md @@ -2,7 +2,7 @@ title: "Installation" --- -The latest version of DoltLab is `v2.0.7` and to get started running your own DoltLab instance, you can follow the steps below. To see release notes for [DoltLab's releases](https://github.com/dolthub/doltlab-issues/releases) or to report and track DoltLab issues, visit DoltLab's [issues repository](https://github.com/dolthub/doltlab-issues). +The latest version of DoltLab is `v2.0.8` and to get started running your own DoltLab instance, you can follow the steps below. To see release notes for [DoltLab's releases](https://github.com/dolthub/doltlab-issues/releases) or to report and track DoltLab issues, visit DoltLab's [issues repository](https://github.com/dolthub/doltlab-issues). Please note, that to upgrading to a newer version of DoltLab will require you to kill the older version of DoltLab and install the newer one, which may result in data loss. @@ -39,7 +39,7 @@ If your host is running Ubuntu 18.04/20.04, the quickest way to install these de To use them: ```bash -export DOLTLAB_VERSION=v2.0.7 +export DOLTLAB_VERSION=v2.0.8 chmod +x ubuntu-bootstrap.sh sudo ./ubuntu-bootstrap.sh with-sudo "$DOLTLAB_VERSION" cd doltlab @@ -47,7 +47,7 @@ sudo newgrp docker # login as root to run docker without sudo ``` ```bash -export DOLTLAB_VERSION=v2.0.7 +export DOLTLAB_VERSION=v2.0.8 chmod +x centos-bootstrap.sh sudo ./centos-bootstrap.sh with-sudo "$DOLTLAB_VERSION" cd doltlab @@ -81,7 +81,7 @@ cd doltlab To install a specific version, run: ```bash -export DOLTLAB_VERSION=v2.0.7 +export DOLTLAB_VERSION=v2.0.8 curl -LO https://doltlab-releases.s3.amazonaws.com/linux/amd64/doltlab-${DOLTLAB_VERSION}.zip unzip doltlab-${DOLTLAB_VERSION}.zip -d doltlab cd doltlab