angelo-v / wordpress-backup

Simple Docker container that helps you backup and restore your WordPress blog.
80 stars 60 forks source link

Restoring order #21

Open bitroniq opened 6 years ago

bitroniq commented 6 years ago

I used the docker image to my wordpress stack. When I restore I see:

➜  wordtest docker exec wordtest_backup_1 restore 20181004                      
deleting files from /var/www/html/                                              
restoring files from /backups/backup_20181004.tar.gz to /var/www/html           
restoring data from mysql dump file /backups/backup_20181004.sql.bz2            
mysql: [Warning] Using a password on the command line interface can be insecure.
Finished: SUCCESS                                                               

As far as I know, that's the wrong approach for backup/restore and the whole disaster recovery.

Of course there is also other approach, but that's too mach for simple backup/restore:

angelo-v commented 5 years ago

I think you are right about that, though I have to confess it is not my top priority to implement it at the moment. But definitely something to be done.

bitroniq commented 5 years ago

@angelo-v sure, I got that :-) Anyway good job, backups are working on production for a long time now.