Re: pg_dumpall from a script

From: James Sewell <james(dot)sewell(at)lisasoft(dot)com>
To: Raghu Ram <raghuchennuru(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dumpall from a script
Date: 2013-10-22 05:20:03
Message-ID: CANkGpBuhASfOFwUM+GaSSEU2-8TKq1JKA==7NedDYpdk-ePGYQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That looks great, but it doesn't really help with my problem unless I'm
missing something (very possible!)

I need a way to backup either from SQL in PSQL (possibly \!) or from a
PG/PLSQL function to a file with a name set from a :variable.

This would be triggered by a certain action in the database (applying a
patch).

Hope that's a bit clearer!

Cheers,

James Sewell,
PostgreSQL Team Lead / Solutions Architect
______________________________________

Level 2, 50 Queen St, Melbourne VIC 3000

*P *(+61) 3 8370 8000 * **W* www.lisasoft.com *F *(+61) 3 8370 8099

On Tue, Oct 22, 2013 at 4:05 PM, Raghu Ram <raghuchennuru(at)gmail(dot)com> wrote:

>
> On Tue, Oct 22, 2013 at 8:07 AM, James Sewell <james(dot)sewell(at)lisasoft(dot)com>wrote:
>
>> Hello,
>>
>> I need to trigger a database dump from a SQL script (or function, but I
>> think that is even less likely).
>>
>> I know I can do:
>>
>> \! pg_dumpall > /mydir/myfile
>>
>> Which is fine, but I need to use a variable to set the name.
>>
>> \set myfile 'filename'
>> \! pg_dumpall > /mydir/:myfile
>>
>> Doesn't seem to work.
>>
>> Any ideas?
>>
>
> Below URL provides more information of Automated database Backup's on
> Linux:
>
> http://wiki.postgresql.org/wiki/Automated_Backup_on_Linux
>
>
> Thanks & Regards
> Raghu Ram
>

--

------------------------------
The contents of this email are confidential and may be subject to legal or
professional privilege and copyright. No representation is made that this
email is free of viruses or other defects. If you have received this
communication in error, you may not copy or distribute any part of it or
otherwise disclose its contents to anyone. Please advise the sender of your
incorrect receipt of this correspondence.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message BladeOfLight16 2013-10-22 06:07:44 Re: pg_dumpall from a script
Previous Message Raghu Ram 2013-10-22 05:05:29 Re: pg_dumpall from a script