Gentoo Archives: gentoo-dev

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change
Date: Wed, 10 Jan 2018 18:31:56
Message-Id: 20180110183135.GD15225@martineau.grandmasfridge.local
1 Please review.
2
3 Title: GnuCash 2.7+ Breaking Change
4 Author: Aaron W. Swenson <titanofold@g.o>
5 Posted: 2018-01-11
6 Revision: 1
7 News-Item-Format: 2.0
8 Display-If-Installed: >=app-office/gnucash-2.7.0
9
10 Along with changes to updates to use modern libraries, GnuCash 2.7+ has
11 changed the schema [1] it uses for both databases and files.
12
13 It is imperative that you back up any files or databases that GnuCash
14 uses in case you run into an issue with 2.7+ and want or need to revert
15 back to 2.6.
16
17 Instructions for backing up are as follows:
18
19 For XML (plain files):
20 $ cp /path/to/file.gnucash /path/to/file.gnucash.bak
21
22 For MySQL:
23 $ mysqldump gnucash_db | mysql gnucash_db_bak
24
25 For PostgreSQL:
26 $ createdb -U dbadmin -T gnucash_db -O gnucash_user gnucash_db_bak
27
28 For SQLite:
29 cp /path/to/gnucash/sqlite.file.gnucash /path/to/gnucash/sqlite.file.gnucash.bak
30
31 [1] https://github.com/Gnucash/gnucash/releases/tag/2.7.0a

Attachments

File name MIME type
2018-01-08-GnuCash-Breaking-Change.en.txt text/plain
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change Kristian Fiskerstrand <k_f@g.o>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change Kristian Fiskerstrand <k_f@g.o>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change Peter Volkov <peter.volkov@×××××.com>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change "Aaron W. Swenson" <titanofold@g.o>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change (v3) "Aaron W. Swenson" <titanofold@g.o>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change (v4) "Aaron W. Swenson" <titanofold@g.o>
Re: [gentoo-dev] News Item: GnuCash 2.7+ Breaking Change "Aaron W. Swenson" <titanofold@g.o>