update our mysql restore procedure following backup system changes (#42177) authored by anarcat's avatar anarcat
......@@ -611,8 +611,8 @@ Console > View Log.
Backups are done with the regular [backup procedures](service/backup) except for
the MariaDB/MySQL database, which are backed up in
`/var/backups/local/mysql/`. See also the [MySQL section in the backup
documentation](#mysql-backup-system).
`/var/backups/mysql/`. See also the [MySQL section in the backup
documentation](howto/backup#restore-mysql-databases).
## Other documentation
......
......