[GNC] How to transfer all my accounts etc. to new computer. Linux version

Liz edodd at billiau.net
Sun Aug 13 05:35:34 EDT 2023


On Sun, 13 Aug 2023 09:46:14 +0200
Geert Janssens <geert.gnucash at kobaltwit.be> wrote:

> That data is managed via GSettings, which on Linux uses dconf as
> back-end. I have no idea how dconf manages its internal database
> unfortunately. It's tied into dbus but that's a black box for me.
> 
> You can dump the the contents via dconf or GSettings tools and then
> import this on the new machine. As I'm not near a computer right now,
> I can't offer much more than a pointer in the right direction.
> 
Old machine
$ dconf dump /org/gnucash/ > /home/liz/gnucash-dconf
$ scp /home/liz/gnucash-dconf
liz at 192.168.xxx.xxx:/home/liz/gnucash-dconf

New machine
$ dconf load /org/gnucash/ < gnucash-dconf

The last matter of the date settings was that when the locale was set
in Debian the default went to "none" instead of en_AU.
Running "dpkg-reconfigure locales", not adding any and setting the
default locale was necessary to fix that.

Liz


More information about the gnucash-user mailing list