Re: Backup & Restore - Mailing list pgsql-general

From Stephen Frost
Subject Re: Backup & Restore
Date
Msg-id 20200225135347.GY3195@tamriel.snowman.net
Whole thread Raw
In response to Re: Backup & Restore  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
Responses Re: Backup & Restore  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
List pgsql-general
Greetings,

* sivapostgres@yahoo.com (sivapostgres@yahoo.com) wrote:
>  HiCan u suggest a good backup solution for a windows installation ?  Looks like the suggested two [ pgbarman,
pgbackrest] works only in Linux. 

While it's certainly something we'd like to do, we haven't ported
pgbackrest to Windows yet.  That said, it's now entirely written in
reasonably portable C and so it shouldn't be too much effort to port it.

Until that's done though, and I can't say exactly when that port will
happen, your best option is probably pg_basebackup.

Of course, I'd strongly recommend you consider running PG on Linux
instead, particularly for a production environment.

Thanks,

Stephen

Attachment

pgsql-general by date:

Previous
From: Paul Förster
Date:
Subject: Re: Upgrade to 12.2 using same data directory
Next
From: Miles Elam
Date:
Subject: Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]]