---
title: DoltLab v2.3.12 Release Notes
---

## v2.3.12

Download at [https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-v2.3.12.zip](https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-v2.3.12.zip)

Service images can be downloaded at [https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-service-images-v2.3.12.zip](https://doltlab-releases.s3.us-east-1.amazonaws.com/linux/amd64/doltlab-service-images-v2.3.12.zip)

## DoltLab Features/Bug Fixes
* [Fixes](https://github.com/dolthub/doltlab-issues/issues/123) `installer` to report the edition of DoltLab being configured. Will print "Successfully configured DoltLab Enterprise" if
Enterprise edition is configured.
* [Fixes](https://github.com/dolthub/doltlab-issues/issues/122) `installer` to retain previous configuration file values.
* [Fixes](https://github.com/dolthub/doltlab-issues/issues/119) `installer --upgrade` to complete the upgrade process by regenerating DoltLab Enterprise assets.
* [Adds support](https://github.com/dolthub/doltlab-issues/issues/121) for enabling [automatic garbage collection in the doltlabdb server](https://dolthub.com/docs/sql-reference/server/garbage-collection#automated-gc).
* [Fixes](https://github.com/dolthub/doltlab-issues/issues/117) the rate limiting issue when pulling DoltLab service images from ECR by publishing service images on [quay.io](https://quay.io).
* Removes the Docker volume called `doltlabdb-dolt-configs` which was unused. Instead, the `installer` now generates a server config, `doltlabdb/config.yaml` that is used by the `doltlabdb` server.
* Fixes `installer --upgrade` to preserve user files stored in the `doltlab` directory.

## DoltHub Features/Bug Fixes
* Misc. UI design changes and bug fixes.
