Re: How to get a more RSYNC compatible output of pg_dump?

Поиск
Список
Период
Сортировка
От Thorsten Schöning
Тема Re: How to get a more RSYNC compatible output of pg_dump?
Дата
Msg-id 1947009587.20220516205454@am-soft.de
обсуждение исходный текст
Ответ на Re: How to get a more RSYNC compatible output of pg_dump?  (Thorsten Schöning <tschoening@am-soft.de>)
Список pgsql-admin
Guten Tag Thorsten Schöning,
am Montag, 16. Mai 2022 um 18:48 schrieben Sie:

> Streaming through SSH using TAR-format and UNTAR locally afterwards
> with some additional DIR-handling might be an option... Need to think
> about this, thanks!

Things seem to be pretty easy in the end and by piping one is able to
avoid additional local copies as well:

> mkdir -p [...]
> pushd    [...]
> ssh      [...] | tar --extract --no-seek --overwrite
> popd

> pg_restore --dbname=test --format=d DB_DIR

The only downside of this approach seems to be lots of files in one
directory and am not sure currently if extraneous files are correctly
deleted. But better having too many than too few files... ;-)

Mit freundlichen Grüßen

Thorsten Schöning

--
AM-SoFT IT-Service - Bitstore Hameln GmbH
Mitglied der Bitstore Gruppe - Ihr Full-Service-Dienstleister für IT und TK

E-Mail: Thorsten.Schoening@AM-SoFT.de
Web:    http://www.AM-SoFT.de/

Tel:   05151-  9468- 0
Tel:   05151-  9468-55
Fax:   05151-  9468-88
Mobil:  0178-8 9468-04

AM-SoFT IT-Service - Bitstore Hameln GmbH, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 221853 - Geschäftsführer: Janine Galonska


Für Rückfragen stehe ich Ihnen jederzeit zur Verfügung.

Mit freundlichen Grüßen,

Thorsten Schöning


Telefon: +49 (0)515 94 68 - 0
Fax:
E-Mail: TSchoening@am-soft.de

AM-Soft IT-Service - Bitstore Hameln GmbH
Brandenburger Straße 7c
31789 Hameln

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen und ist ausschliesslich für den
Adressatenbestimmt. Jeglicher Zugriff auf diese E-Mail durch andere Personen als den Adressaten ist untersagt. Wenn Sie
nichtder richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender
undvernichten Sie diese E-Mail. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, ist Ihnen jede
Veröffentlichung,Vervielfältigung oder Weitergabe wie auch das Ergreifen oder Unterlassen von Massnahmen im Vertrauen
auferlangte Information untersagt.  

This e-mail may contain confidential and/or privileged information and is intended solely for the addressee. Access to
thisemail by anyone else is unauthorized. If you are not the intended recipient (or have received this e-mail in error)
pleasenotify the sender immediately and destroy this e-mail. If you are not the intended recipient, any disclosure,
copying,distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.  

Hinweise zum Datenschutz: bitstore.group/datenschutz






В списке pgsql-admin по дате отправления:

Предыдущее
От: Thorsten Schöning
Дата:
Сообщение: Re: How to get a more RSYNC compatible output of pg_dump?
Следующее
От: David Jordan
Дата:
Сообщение: Postgres switchover and switchback