A project's backups now contain the database of every WordPress site it hosts
v0.47.0-beta
- A project's backups now contain the database of every WordPress site it hosts. Until now the archive did carry the themes, plugins and media folder, but no post, no page and no account: a restore would have returned a site emptied of its content, while the backup announced itself as complete. The database is archived without blocking the site's writes during the operation, and the restore puts each database back in its place, refusing to restore one site into another's database. The database password is handed to the MySQL client on its standard input: it appears neither in the server's process list nor in error messages.