Re: block-level incremental backup
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Arthur Zakirov <a.zakirov@postgrespro.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-09T17:56:23Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Don't call data type input functions in GUC check hooks
- 21f428ebde39 12.0 cited
On Tue, Apr 9, 2019 at 12:32 PM Arthur Zakirov <a.zakirov@postgrespro.ru> wrote: > In pg_probackup we have remote restore via SSH in the beta state. But > SSH isn't an option for in-core approach I think. That's a little off-topic for this thread, but I think we should have some kind of extensible mechanism for pg_basebackup and maybe other tools, so that you can teach it to send backups to AWS or your teletype or etch them on stone tablets or whatever without having to modify core code. But let's not design that mechanism on this thread, 'cuz that will distract from what I want to talk about here. Feel free to start a new thread for it, though, and I'll jump in. :-) -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company