Re: [GENERAL] Insufficient privilege when initiating backup

2011-11-09 Thread Guillaume Lelarge
On Wed, 2011-11-09 at 11:48 -0800, Cody Caughlan wrote: > I am attempting to run > > select pg_start_backup('backup-2011-11-09'); > > But it is just hanging, I've given it 3 minutes. When I view > pg_stat_activity I see "" in the current_query > column. > > I've quadruple checked that the user (

[GENERAL] Insufficient privilege when initiating backup

2011-11-09 Thread Cody Caughlan
I am attempting to run select pg_start_backup('backup-2011-11-09'); But it is just hanging, I've given it 3 minutes. When I view pg_stat_activity I see "" in the current_query column. I've quadruple checked that the user (postgres) has the Replication role: batch_api_production=> \du+