Re: [GENERAL] Move db files from one pgsql instance to another

2006-08-16 Thread Jeff Davis
On Wed, 2006-08-16 at 20:37 +0200, Javier de la Torre wrote: > Yes! > > Thanks. It pointed me out to File system level backup. And there I > found a very important hint... you have to restore the whole database > cluster. I suppose this means that I have to transfer all databases in > my postgresq

Re: [GENERAL] Move db files from one pgsql instance to another

2006-08-16 Thread Javier de la Torre
Yes! Thanks. It pointed me out to File system level backup. And there I found a very important hint... you have to restore the whole database cluster. I suppose this means that I have to transfer all databases in my postgresql... What is actually a pity because there is a db on the production si

Re: [GENERAL] Move db files from one pgsql instance to another

2006-08-16 Thread Jeff Davis
On Wed, 2006-08-16 at 20:04 +0200, Javier de la Torre wrote: > I am working right now in an strategy to improve the performance on my > server. The situation is this: > > I have a very large database that it is only update once a month, but > when is updated I have to process a lot of things on th

[GENERAL] Move db files from one pgsql instance to another

2006-08-16 Thread Javier de la Torre
Hi, I am working right now in an strategy to improve the performance on my server. The situation is this: I have a very large database that it is only update once a month, but when is updated I have to process a lot of things on the data to create caches, aditional tables, etc. The processing o