Home › Forum › Software › db backup – be aware › Reply To: db backup – be aware
February 9, 2015 at 12:21 am
#1307
Keymaster
Most likely when the cron called mysqldump backup script runs, some of the new entries are lost.
My plan was to archieve the old data periodically and keep a smaller DB on the run. This would have helped the backup process as well, yet some time would still have been used.
I will look on the alternatives you’ve indicated.
Thanks!