Skip to content

Verify

This tutorial will show you how to verify a backup using pgmoneta.

Preface

This tutorial assumes that you have an installation of PostgreSQL 13+ and pgmoneta.

See Install pgmoneta for more detail.

Verify

pgmoneta-cli -c pgmoneta.conf verify primary oldest /tmp
pgmoneta-cli -c pgmoneta.conf verify primary oldest /tmp

will verify the oldest backup of the [primary] host.

(pgmoneta user)