Is there a script to make a backup of users and restore them to another machine? Perhaps a mysql export / import or similar?
With a live system I need a backup system whilst doing regular maintenance or adding features - in case of failure or error. Too many customers kicked off with any mistake!
I understand there is lots more data to be backed up than just the users, so maybe such a new script could have options or be adapted to move other parts of the database as well.
Any suggestion?
Thanks,
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
Is there a script to make a backup of users and restore them to another machine? Perhaps a mysql export / import or similar?
With a live system I need a backup system whilst doing regular maintenance or adding features - in case of failure or error. Too many customers kicked off with any mistake!
I understand there is lots more data to be backed up than just the users, so maybe such a new script could have options or be adapted to move other parts of the database as well.
Any suggestion?
Thanks,
Steve
Hello,
you can save the whole database by using mysqldump command
Regards