Re: version control based configuration in Postgresql

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: version control based configuration in Postgresql
Date: 2023-07-03 10:58:26
Message-ID: 93533ffa-2dd7-2110-cbcb-6426037ea363@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 03.07.23 um 12:18 schrieb Nikhil Ingale:
> Hi All,
> I would like to know how to perform version control based
> configuration backup for the postgresql database.
>
> Regards,
> Nikhil Ingale

If it's about the postgresql.conf, pg_hba.conf, pg_ident_conf and files
in the conf.d subdirectory, any version control system will do.

Whether it's git, bazaar, mercurial or fossil.

I version all my configurations (all of /etc) with https://fossil-scm.org

--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2023-07-03 12:59:39 Re: version control based configuration in Postgresql
Previous Message Nikhil Ingale 2023-07-03 10:56:44 Re: version control based configuration in Postgresql