From 5779867c67abe9b604aa2fd10f5f93a38c38c0ee Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Mon, 25 Sep 2023 16:54:07 -0700 Subject: [PATCH] /content/products/doltlab/installation.md: doltlab v1.1.1 --- 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 b2d886b48..3abb49c68 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 `v1.0.6` 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 `v1.1.1` 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. @@ -38,7 +38,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=v1.0.6 +export DOLTLAB_VERSION=v1.1.1 chmod +x ubuntu-bootstrap.sh sudo ./ubuntu-bootstrap.sh with-sudo "$DOLTLAB_VERSION" cd doltlab @@ -46,7 +46,7 @@ sudo newgrp docker # login as root to run docker without sudo ``` ```bash -export DOLTLAB_VERSION=v1.0.6 +export DOLTLAB_VERSION=v1.1.1 chmod +x centos-bootstrap.sh sudo ./centos-bootstrap.sh with-sudo "$DOLTLAB_VERSION" cd doltlab @@ -80,7 +80,7 @@ cd doltlab To install a specific version, run: ```bash -export DOLTLAB_VERSION=v1.0.6 +export DOLTLAB_VERSION=v1.1.1 curl -LO https://doltlab-releases.s3.amazonaws.com/linux/amd64/doltlab-${DOLTLAB_VERSION}.zip unzip doltlab-${DOLTLAB_VERSION}.zip -d doltlab cd doltlab