Skip to content

elves/upgrade-db-for-0.10

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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