Hi everyone,
I canceled a backup operation with CTRL^C (I know it's bad) and now I cannot run any backup :
$ barman backup --reuse-backup=link bdd01
Starting backup for server bdd01 in /data/pgbarman/bdd01/base/20150410T093434
ERROR: Backup failed issuing start backup command.
DETAILS: pg_start_backup(): ERREUR: une sauvegarde est d?j? en cours
HINT: Ex?cutez pg_stop_backup() et tentez de nouveau.
Processing xlog segments for bdd01
00000003000003CE0000000E
It says that a backup is already running.
When I run
pg_stop_backup() or
select pg_stop_backup() on the Postgresql server, nothing happens.
I think the solution is to restart Postgresql, but I'm afraid of losing data or not being able to start at all because I don't know exactly what pg_start_backup() did.
Debian Wheezy + Postgresql 9.1 + Barman 1.4.0.
Regards,
Xavier C.