Re: cannot execute VACUUM during recovery - Mailing list pgsql-general

From Michael Paquier
Subject Re: cannot execute VACUUM during recovery
Date
Msg-id 20190228022937.GI1617@paquier.xyz
Whole thread Raw
In response to Re: cannot execute VACUUM during recovery  (Stephen Eilert <contact@stepheneilert.com>)
List pgsql-general
On Wed, Feb 27, 2019 at 10:39:10AM -0800, Stephen Eilert wrote:
> Are you running Vacuum on the slave node? It has to run on the master.

VACUUM performs an equivalent write activity so it has to be
restricted.  ANALYZE can work though.
--
Michael

Attachment

pgsql-general by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Channel binding not supported using scram-sha-256 passwords
Next
From: Andy Fan
Date:
Subject: create unique constraint on jsonb->filed during create table