I am trying to restore a successful backup using xtrabackup.
The web UI shows the size of the backup as NaN undefined. I am not sure if this is normal:
https://s1.postimg.org/3stincso73/Screen_Shot_2017-10-06_at_12.58.39.png
When the restore finishes I get the following error:
dir-fd JobId 2933: Error: python-fd: No lsn information found in restore object for file /tmp/bareos-restores//_percona/xbstream.0000002899 from job 2899
I tried it again in debug mode like this:
*setdebug client=my.client trace=on level=200
2000 OK setdebug=200 trace=0 hangup=0 timestamp=0 tracefile=/var/lib/bareos/dir-fd.trace
However, it does not seem to create a trace file.
Dir and FD run CentOS 7.4 Bareos Version: 16.2.4
Any idea on how to troubleshoot this further?
Thanks
George
--
You received this message because you are subscribed to a topic in the Google Groups "bareos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bareos-users/7pwz9oT0ANE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bareos-users...@googlegroups.com.
To post to this group, send email to bareos...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
the mycnf parameter was introduced with one of the latest pull-requests, and we haven't tested all option combinations. Should work now.
In case of problems: get the xtrabackup command from the joblog
and make sure it works, when you start it manually the same way.
Regards
Maik
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users...@googlegroups.com.
To post to this group, send email to bareos...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- With kind regards // Mit freundlichen Grüßen --- Maik Außendorf maik.au...@bareos.com
Bareos GmbH & Co. KG Phone: +49221630693-93 http://www.bareos.com Fax: +49221630693-10 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz
xtrabackup_checkpoints
xtrabackup_info
xtrabackup_logfile:
uuid = e73bedbe-acc7-11e7-841e-00163e7b9c3e
name =
tool_name = xtrabackup
tool_command = --defaults-extra-file=/etc/my.cnf --backup --stream=xbstream --extra-lsndir=/tmp/tmpV_6Toz
tool_version = 2.4.8
ibbackup_version = 2.4.8
server_version = 5.6.37-82.2
start_time = 2017-10-09 03:15:34
end_time = 2017-10-09 04:00:23
lock_time = 0
binlog_pos =
innodb_from_lsn = 0
innodb_to_lsn = 43699025276
partial = N
incremental = N
format = xbstream
compact = N
compressed = N
encrypted = N
Hello,
please post the joblogs _and_ debug-logs of _both_ the backup job _and_ the restore job.
Regards
Maik
Hi,
just as you did for restore: create a tracefile run backup job.
You've also mentioned a file xtrabackup_checkpoints in your restore,
please send the contents. The plugin grabs the LSN from that
file after having called xtrabackup for creating the backup
files..
Regards
Maik