Live Postgres database clone without downtime
TL;DR: How to create a clone of a running Postgres database using LVM2 Snapshot capability

Motivation
There is a lot of literature about how to create backups for Postgres databases.
Most of them use the pg_start_backup
and LVM2 Snapshot capabilities to create backups and PITR recoveries.