| From: | Stephen Frost <sfrost(at)snowman(dot)net> |
|---|---|
| To: | "sivapostgres(at)yahoo(dot)com" <sivapostgres(at)yahoo(dot)com> |
| Cc: | Dor Ben Dov <dor(dot)ben-dov(at)amdocs(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Backup & Restore |
| Date: | 2020-02-25 13:53:47 |
| Message-ID: | 20200225135347.GY3195@tamriel.snowman.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Greetings,
* sivapostgres(at)yahoo(dot)com (sivapostgres(at)yahoo(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Miles Elam | 2020-02-25 14:35:24 | Re: a proposal for a new functionality: "SELECT * [EXCEPT col1 [,col2]] |
| Previous Message | Paul Förster | 2020-02-25 13:38:43 | Re: Upgrade to 12.2 using same data directory |