Hi,
thanks for your answer and tipps.
How can check that the backup was correctly done?
barman list-backup main shows me the backups I've done and it seeams to be alright:
main 20140327T152629 - Thu Mar 27 15:26:35 2014 - Size: 4.5 MiB - WAL Size: 0 B (I guess Wal size is 0, because its a test server and nothings happening on it.)
I looked in the
backup.info file of the backup I wanted to use for the test restore and get the following:
begin_offset=32
begin_time=2014-03-27 15:26:29.686138
begin_wal=000000010000006400000010
begin_xlog=64/10000020
config_file=/data/hdd/databases/pgsql/data/postgresql.conf
end_offset=224
end_time=2014-03-27 15:26:35.988701
end_wal=000000010000006400000010
end_xlog=64/100000E0
error=None
hba_file=/data/hdd/databases/pgsql/data/pg_hba.conf
ident_file=/data/hdd/databases/pgsql/data/pg_ident.conf
mode=default
pgdata=/data/hdd/databases/pgsql/data
server_name=main
size=0
status=DONE
tablespaces=None
timeline=1
version=90206
Which permissions should be set on the restore directory? I tried both, postgres and barman as owners.
Thanks for any suggestions!
Kind regards,
Gaby