Achim Mueller wrote:
> 
> Is it possible to sync databases on different computers? I used a db on
> my notebook and wanted to copy it to my pc, but though "relational test"
> says that everything is fine, gnubg can't handle the database and
> mumbles something from "encrypted."
> 
> ~/.gnubg/gnubgautorc and ~/.gnubg/database are the same.

It should work (with sqlite) in general, assuming you have the same version of
sqlite and gnubg.

I'm making some changes to the database, I recently removed some fields from the
database, this will unfortunately break everything.  I'm currently adding a
native sqlite interface (keeping the python ones but moving the code from python
to c).

Your best bet is to re-add the data to the database.  Not ideal but the only way
I could see of improving the db stuff was to simplify things.

Jon

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to