mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add compatibility warning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4328 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cc6e5fafc9
commit
54c58cbbcd
@ -94,6 +94,18 @@ Note: GnuCash will automatically create the database if it does
|
|||||||
not already exist. Do *not* try to create the database by hand,
|
not already exist. Do *not* try to create the database by hand,
|
||||||
or to specify a database that wasn't created by GnuCash.
|
or to specify a database that wasn't created by GnuCash.
|
||||||
|
|
||||||
|
Warning: the postgres backend is in active development,
|
||||||
|
and occasionally the database format changes in a way that is
|
||||||
|
not backwards compatible. If you have data that you want to
|
||||||
|
move from older to newer versions, you can do the following:
|
||||||
|
-- start up older version of gnucash, open your postgres://...
|
||||||
|
URL.
|
||||||
|
-- 'save as' to an ordinary gnucash file (its a flat XML file)
|
||||||
|
-- exit the program.
|
||||||
|
-- start the newer version of gnucash, open the XML file.
|
||||||
|
-- 'save as' a new postgres database. (be sure to pick a new name).
|
||||||
|
|
||||||
|
|
||||||
Remote Access
|
Remote Access
|
||||||
-------------
|
-------------
|
||||||
In principle, you can use URL's such as:
|
In principle, you can use URL's such as:
|
||||||
|
Loading…
Reference in New Issue
Block a user