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
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
↗
Homepage
https://www.dolthub.com
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…