| From: | "Gnanakumar" <gnanam(at)zoniac(dot)com> | 
|---|---|
| To: | "'Guillaume Lelarge'" <guillaume(at)lelarge(dot)info>, "'Kevin Grittner'" <Kevin(dot)Grittner(at)wicourts(dot)gov> | 
| Cc: | <pgsql-admin(at)postgresql(dot)org> | 
| Subject: | Re: Database clone stuck in the middle | 
| Date: | 2010-04-03 04:53:25 | 
| Message-ID: | 010e01cad2e9$9a8f5ca0$cfae15e0$@com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-admin | 
I cannot use screen, since my database server is hosted remotely.  I have
only command-line access to my server by PuTTY.
-----Original Message-----
From: Guillaume Lelarge [mailto:guillaume(at)lelarge(dot)info] 
Sent: Friday, April 02, 2010 7:32 PM
To: Kevin Grittner
Cc: pgsql-admin(at)postgresql(dot)org; gnanam(at)zoniac(dot)com
Subject: Re: [ADMIN] Database clone stuck in the middle
Le 02/04/2010 15:38, Kevin Grittner a écrit :
> "Gnanakumar" <gnanam(at)zoniac(dot)com> wrote:
>  
>> I connect to our database which is hosted remotely using PuTTY
>> thro SSH protocol.  
>  
>> my Internet got disconnected in the middle,
>> so database cloning was also stuck in the middle.
>  
>> 4. Considering this Internet disconnection problem, what is the
>> safest way to clone a database using CREATE DATABASE WITH TEMPLATE
>> command, so that this will not happen in the future?
>  
> You putty to the server and run psql from a shell on the database
> server?
>  
> If so, try putting the word "nohup" in front of "psql" -- that tells
> the program to keep running even if the connection is lost.  (It is
> short for "no hangup", I believe.)
>  
Or use screen.
-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gnanakumar | 2010-04-03 05:04:18 | Re: Database clone stuck in the middle | 
| Previous Message | Scott Marlowe | 2010-04-02 16:45:56 | Re: Migrate postgres to newer hardware |