From 782ba801bd2a7b16a712210399351b4389d33e42 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 6 Nov 2024 21:18:41 +0100 Subject: [PATCH] chore(database-lab): add reference to clone settings --- knowledge base/database lab.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/knowledge base/database lab.md b/knowledge base/database lab.md index 8dc243a..9bae7b2 100644 --- a/knowledge base/database lab.md +++ b/knowledge base/database lab.md @@ -59,12 +59,15 @@ Database clones comes in two flavours: With ZFS, the Engine periodically creates a new snapshot of the data directory and maintains a set of snapshots. When requesting a new clone, users choose which snapshot to use as base. +Clone DBs configuration starting point is at `~/.dblab/postgres_conf/postgresql.conf`. + ## Further readings - [Website] - [Main repository] - [Documentation] - [`dblab`][dblab] +- [Installation guide for DBLab Community Edition][how to install dblab manually] ### Sources @@ -83,6 +86,7 @@ Database clones comes in two flavours: [database lab engine configuration reference]: https://postgres.ai/docs/reference-guides/database-lab-engine-configuration-reference [documentation]: https://postgres.ai/docs/ +[how to install dblab manually]: https://postgres.ai/docs/how-to-guides/administration/install-dle-manually [main repository]: https://gitlab.com/postgres-ai/database-lab [website]: https://postgres.ai/