Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. innobackupex --user=backupmysqluser --password=xyz --compress --stream=xbstream ./ > /var/backups/db/firstBackup.db
  2.  
  3. cd /var/backups/db
  4. mkdir decompressed
  5. xbstream -x -C decompressed
  6.  
  7. innobackupex --apply-log /var/backups/db/decompressed/
  8.  
  9. 160719 20:06:28 innobackupex: Starting the apply-log operation
  10.  
  11. IMPORTANT: Please check that the apply-log run completes successfully.
  12. At the end of a successful apply-log run innobackupex
  13. prints "completed OK!".
  14.  
  15. innobackupex version 2.4.3 based on MySQL server 5.7.11 Linux (x86_64) (revision id: 6a46905)
  16. xtrabackup: cd to /var/backups/db/decompressed
  17. xtrabackup: This target seems to be not prepared yet.
  18. InnoDB: Number of pools: 1
  19. InnoDB: Operating system error number 2 in a file operation.
  20. InnoDB: The error means the system cannot find the path specified.
  21. xtrabackup: Warning: cannot open ./xtrabackup_logfile. will try to find.
  22. InnoDB: Operating system error number 2 in a file operation.
  23. InnoDB: The error means the system cannot find the path specified.
  24. xtrabackup: Fatal error: cannot find ./xtrabackup_logfile.
  25. xtrabackup: Error: xtrabackup_init_temp_log() failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement