Hello everybody,

I have a proble with my db. I have to change my RA
machine, because a hardware problem, so I made a
backup of my RA configuration and my database too. So
to obtain my backup I did: pg_dump -f openra.sql
openra

After that I restored it in the new machine with:

createuser -A -d -P openca
createdb -U openca -W openra

psql -f openra.sql -U openca openra


Until here everything is ok, If I connect to my RA
through the web interface I can see all certificates,
CSRs, CRRs, CA certs, etc. but If I click on the ID of
my ca certificate, I get this error message:

            Error 690
                  Configuration Error. Error 0, unable
to get cert from dB! (Success (error 11111: Do not
commit if the database or the module itself fails.)).


What could the problem be? Do I have to use another
command to backup my db?

Thanks a lot,

Johnny





                
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to