Silent Install HQ
MSI WinGet

Dolt

DoltHub · 1.27.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i dolt-windows-amd64.msi /quiet /norestart

File Identity

SHA256 0df62ef05a17158eedf9882a05f678e1f4800e68e85c7e9ca6c9fc2ff467b170 VirusTotal ↗
Filename dolt-windows-amd64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID DoltHub.Dolt
Version 1.27.0
Description Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.
License APACHE-2.0
Upgrade Behavior install(Install over existing)
Release Notes - Databases in a dolt server take their names from the name of their directory on disk. Previously, any hyphens (-) in such directory names were automatically replaced with underscores (_) when exposing the name of that database. This behavior has been changed so that hyphens in database names are preserved. To re-enable the older behavior, set the DOLT_DBNAME_REPLACE_HYPHENS environment variable. dolt - 6995: allow hyphen in db name to match its dir name - 6994: Concurrent remotes map - t…