문제

I've been working lately on a personnel project using PostgreSQL 9.2 as a DataBase source, I made my hard disk as an external HD in on other PC, I am wondering if I can get my old data base and import it in the new PostgreSQL installed in the new PC? both PostgreSQL (in the new PC & in the external HD) have the same version.

도움이 되었습니까?

해결책

After a long time searching for a way to solve this, I am afraid there is nothing to do if you had a PostgreSQL database on 32bit System and want it to run in PostgreSQL server on 64bit System. Hopefully for me I could generate my database simply by using Hibernate options. And now I got another reason to love using Hibernate :D

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top