Re: dbeaver

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Roberto Della Pasqua <roberto(dot)dellapasqua(at)live(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: dbeaver
Date: 2020-04-01 16:27:33
Message-ID: 6ced2814-acc7-a9f5-fc9d-c28f176caca9@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/1/20 9:17 AM, Roberto Della Pasqua wrote:
> Hello, please some questions about a newbie Postgresql user:
>
> - what is the best method to keep the data replicated (for backup purposes):
> Can be possible to deploy a master/slave with realtime data replication and adding a storage where do a journaled backup of the database, eg. a backup incremental or GTF schema files? Which commands works better at low level for background backup/restore?

The above is book in itself.

To help more information is needed:

Postgres version(s) involved?

Size of dataset?

OS(es) involved?

Network distance between master standby(s)?

For some high level overview:

https://www.postgresql.org/docs/12/different-replication-solutions.html

https://www.postgresql.org/docs/12/high-availability.html

https://www.postgresql.org/docs/12/app-pgdump.html

https://www.postgresql.org/docs/12/app-pgrestore.html

> - does dbeaver is a good frontend for pg administration?

I use the Postgres client psql for administration. I rarely use GUI
frontends so I can't comment on DBeaver.

>
> Roberto Della Pasqua
> www.dellapasqua.com
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

  • dbeaver at 2020-04-01 16:17:21 from Roberto Della Pasqua

Responses

  • R: dbeaver at 2020-04-01 16:33:18 from Roberto Della Pasqua

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Della Pasqua 2020-04-01 16:33:18 R: dbeaver
Previous Message Roberto Della Pasqua 2020-04-01 16:17:21 dbeaver