health
[Top][All Lists]
Advanced

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

[Health] GNU Health Database Copying


From: Christoph H. Larsen
Subject: [Health] GNU Health Database Copying
Date: Mon, 20 Feb 2012 21:03:53 +0430
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110820 Iceowl/1.0b2 Icedove/3.1.12

Dear All,

I have some weird problems when trying to copy the data from my existing
pilot_database to the production_database. Hey, copying a database is
not magic, just a matter of:
dump the pilot_database,
createdb -O tryton -E utf8 production_database,
psql production_database < ./pilot_database_dump

But no! All I get out of this is the bare-bone Administration menu
entry. Restoring the pilot_database to itself works, though.

So, I thought, let's do:

dump the pilot_database,
createdb -O tryton -E utf8 -T pilot_database production_database,
psql production_database < ./pilot_database_dump

No fun, either. This is weird. Any ideas?

Thanks a lot!

Chris



reply via email to

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