Re: Backup - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Backup
Date
Msg-id 2895baa9-abe7-4ff9-a7d5-03d3ae500df2@aklaver.com
Whole thread Raw
In response to Re: Backup  (Andy Hartman <hartman60home@gmail.com>)
Responses Re: Backup
List pgsql-general
On 10/23/24 07:07, Andy Hartman wrote:
> I have been testing different backup methods suggested and wonder if I 
> have all my files used to load the DB .. could that be considered a 
> backup... obviously need to have schema backup in case of problem, but 
> that seems to be easily re-created
> 
> Thoughts?

Did you actually read the information at the links provided?

By default pg_dump and pg_dumpall will dump both the schema definitions 
as well as the data.

Yes it is a backup of the database(s) at the point in time you initiate 
the dump. If you want something different then you are probably looking 
for one of the replication methods. You still have not answered:

" You also need to provide a more detailed description of what you want
the backup to do?"

so it is hard to say what method is best for your situation.

> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: CONST :consttype relpartbound pg_class
Next
From: Andy Hartman
Date:
Subject: Re: Backup