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:
Linas Vepstas 2001-05-29 05:57:27 +00:00
parent cc6e5fafc9
commit 54c58cbbcd

View File

@ -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: