public inbox for [email protected]  
help / color / mirror / Atom feed
From: Christophe Pettus <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: About backups
Date: Mon, 26 Jan 2026 12:11:22 -0800
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>
	<CANzqJaAygQG3F3fKe25YV765kUkO=UQqefACpo+2KQJXew7g-Q@mail.gmail.com>
	<[email protected]>
	<CANzqJaBnBBAWO7ot2V+oSNpR7VSnkAELMX0aqZcP=rHs2ddoig@mail.gmail.com>
	<[email protected]>
	<[email protected]>
	<[email protected]>



> On Jan 26, 2026, at 11:24, [email protected] wrote:
> 
> A full database backup is the requirement. A database restore is optional, but that's negotiable; the backup is not. 
> All of this must be done without access to the server or the database itself, solely through the application, and the user must have the necessary permissions within the application.

In that case, running pg_dump on the application server is probably the way to go.  pg_dump can produce a single file that can be used to do a full restore, and it's smaller than an equivalent bindary backup (since it includes index definitions, but not the contents of the index itself).  Of course, if it's a 100GB database, you'll end up with a huge file no matter what, but nothing to do about that.





view thread (10+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: About backups
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox