gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Re: problems with confirming language in new DB


From: Rogerio Luz
Subject: Re: [Gnumed-devel] Re: problems with confirming language in new DB
Date: Fri, 31 Oct 2008 21:12:50 -0200

The version is the right one ...

query returned:

232;"$RCSfile: v9-i18n-dynamic.sql,v $";"$Revision: 1.1.2.3 $";
"2008-10-30 22:21:26.591652-02"

how can I manually fix it?

Rogerio


2008/10/31 Karsten Hilbert <address@hidden>
On Fri, Oct 31, 2008 at 01:29:16PM -0200, Rogerio Luz wrote:

> No fresh bootstrap, recover from Backup
Well, that would restore whatever version of the file was
initially bootstrapped into the database the backup was
taken from.

> - version of the file:
>
> -- $Id: v9-i18n-dynamic.sql,v 1.1.2.3 2008/10/28 12:35:03 ncq Exp $
> -- $Revision: 1.1.2.3 $

This shows the version of the fixup sql script on disk. To
find the version it that in the restored database you will
need to run the following query with pgAdmin or psql:

       SELECT * from gm_schema_revision where filename like '%v9-i18n-dynamic.sql%';

If that version is not 1.1.2.3 like the above you'd have to
manually fix the database as described in the release notes.

> the ¨set default_transaction..." line I found and uncommented, continues to
> show this error,  the other fix I do not know how to do.

You'd need to use psql or pgAdmin to run the two queries
against the database.

> > set default_transaction_read_only to off;
> > alter database set lc_messages to 'C';

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


_______________________________________________
Gnumed-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnumed-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]