Richard G
Verified User
It's a bit odd. I'm restoring a load of users. I've done most of them via the user backups and restore as reseller.
Now I got a site with a forum. It's already taking longer than 1 hour, while the database is only 800 MB big. The backup went within 10 minutes.
What me stroke as odd, was that at first there was a tasq.queue present in DA's data directory.
After that for a long time a tasq.queue.tmp file with information about the restore.
And then suddenly, that file is also gone, but the database restore process still is busy.
This keeps busy. And that username.525777.cnf.3nfiEM (in fact) file only has the user's account credentials in it.
Old version Mariadb 10.4.30. On the new servers 10.6.14. However, I've done various backups and restores from 2 servers this way, but a database restore never took this long.
All user files seem to be restored, just this little database restore is taking very very long.
Do I need to worry, or just wait a few hours more?
P.s. No this is not on the VPS I had issues with, trying on both vps and other server, taking long on both.
Now I got a site with a forum. It's already taking longer than 1 hour, while the database is only 800 MB big. The backup went within 10 minutes.
What me stroke as odd, was that at first there was a tasq.queue present in DA's data directory.
After that for a long time a tasq.queue.tmp file with information about the restore.
And then suddenly, that file is also gone, but the database restore process still is busy.
Code:
root 525777 0.0 0.0 1271196 23080 ? Ssl 02:00 0:00 \_ /usr/local/directadmin/directadmin taskq --syslog
username 525815 0.0 0.0 14856 3308 ? SN 02:00 0:00 \_ sh -c /usr/bin/mysql --defaults-extra-file=/da_temp/satbenelux.525777.cnf.
username 525816 0.2 0.0 45308 11816 ? SN 02:00 0:06 \_ /usr/bin/mysql --defaults-extra-file=/da_temp/username.525777.cnf.3nF
This keeps busy. And that username.525777.cnf.3nfiEM (in fact) file only has the user's account credentials in it.
Code:
[client]
user="username"
password="xxxxxxx"
Old version Mariadb 10.4.30. On the new servers 10.6.14. However, I've done various backups and restores from 2 servers this way, but a database restore never took this long.
All user files seem to be restored, just this little database restore is taking very very long.
Do I need to worry, or just wait a few hours more?
P.s. No this is not on the VPS I had issues with, trying on both vps and other server, taking long on both.