Skip to content

elves/upgrade-db-for-0.10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to convert Elvish db from SQLite format to BoltDB format.

Install

go get github.com/elves/upgrade-db-for-0.10

Usage

After upgrading Elvish to the latest commit:

  1. Kill the daemon: kill $daemon:pid
  2. Rename current db: mv ~/.elvish/db ~/.elvish/db.sqlite
  3. Convert db to new format: upgrade-db-for-0.10 ~/.elvish/db.sqlite ~/.elvish/db
  4. Restart daemon: daemon:spawn

About

Script for upgrading database to 0.10.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages