From: R P. <arc...@mt...> - 2007-02-09 22:54:08
|
On Friday 09 February 2007 2:25 pm, Jonathan Wilson wrote: > Hello, > > I saw someone mention the other day that they are running SuSE 10.1 and they > were having problems after installing SuSE updates because the data was too > old for that version of Postgres - or something like that. > > I have been running an old 1.x version of SQL ledger on SuSE 9.0 for a few > years now, and I am about to make a fresh install and wanted to ask, is there > a problem running the latest SQL-Ledger on SuSE 10.2? > > Is there any version of PostgreSQL that is too new? > > Thanks, > > JW > The issue of newer versions of Postgresql.... Major version changes of Postgresql require you to backup you data.. do the upgrade.. then restore that data. this is because the Postgresql developers have been known to change how Postgresql stores the data. In other words... If you upgrade Postgresql.. the newer version can't read the older version's files. Do search on the Postgresql site for info on upgrading between versions and it will explain all. This has nothing to do with SQL-Ledger. Cheers, Roy |