backup is always hung at "get_lsn():00000001000006AC00000035 32
" why?
-bash-4.1$ pg_rman -d postgres backup --backup-mode=full --debug
LOG: (query) SELECT current_setting($1)
LOG: (param:0) = block_size
LOG: (query) SELECT current_setting($1)
LOG: (param:0) = wal_block_size
INFO: database backup start
LOG: (query) SELECT * from pg_xlogfile_name_offset(pg_start_backup($1, $2))
LOG: (param:0) = 2014-04-02 09:46:07 with pg_rman
LOG: (param:1) = true
LOG: get_lsn():00000001000006AC00000035 32
Hi.
I'm not sure but I think backup did not hung at get_lsn() because get_lsn() leaves only 1 step, a byte shift calcuration, after outputting that message.
Would you check the backup files are started to created to the specified location?