New ask Hacker News story: Ask HN: How to restore Drupal backups on dedicated machine?
Ask HN: How to restore Drupal backups on dedicated machine?
2 by ssrmedia | 0 comments on Hacker News.
There are about 70 websites made with drupal ( versions vary: 7.72, 8.91, 9.0.1). There are daily backups from these sites, and sometimes I want to test them on a local dedicated machine. Essentially there would be one machine for it, and I would test all the sites once in a month (working everything properly, backup is good, etc.. ). Now everything happens manually, copying database and files backups(created with automysqlbackup and duplicity) from the 70 websites to the local machine. I started to write a bash script for it, to make it faster. Are there any other options for it? How should I make it faster? Maybe dockerize? Thx guys.
2 by ssrmedia | 0 comments on Hacker News.
There are about 70 websites made with drupal ( versions vary: 7.72, 8.91, 9.0.1). There are daily backups from these sites, and sometimes I want to test them on a local dedicated machine. Essentially there would be one machine for it, and I would test all the sites once in a month (working everything properly, backup is good, etc.. ). Now everything happens manually, copying database and files backups(created with automysqlbackup and duplicity) from the 70 websites to the local machine. I started to write a bash script for it, to make it faster. Are there any other options for it? How should I make it faster? Maybe dockerize? Thx guys.
Comments
Post a Comment