LoginSignup
9
9

More than 5 years have passed since last update.

kobito2.0.0へデータを移行した時の作業めも

Last updated at Posted at 2014-10-17

たまたまMacを取り替えるタイミングで発生した作業のためメモを残します。
メジャーバージョンがあがってDBのパスがかわったところがはまりどころでした。

backupを取得する。

移行元

tar zcvf kobito.tar.gz ~/Library/Kobito/Kobito.db

ファイルを転送する。

mac同士のため、AirDrop実施しました。
転送時間は数秒です。

cp ~/Dropbox/local/Kobito.db ~/Library/Containers/com.qiita.Kobito/Data/Library/Kobito/

解凍

tar zxvf ~/Downloads/kobito.tar.gz

移動

解凍されたファイルをコピーします。
Kobito1.X系とはパスが異なります。

cp Kobito.db ~/Library/Containers/com.qiita.Kobito/Data/Library/Kobito/

完了後作業

Kobitoを起動して移行が出来る事を確認します。

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9