another import problem

hi i just installed installed new SSD to my dude server, (the old one was broken) i do auto export everynight
today i want to import my backup to my new ssd but the result always failed

autobackup script

#mikrotik dude autobackup 
:global thisdate [/system clock get date]
:global datetimestring ([:pick $thisdate 0 3] ."-" . [:pick $thisdate 4 6] ."-" . [:pick $thisdate 7 11])
/dude export-db backup-file="Dude/backup/$[/system identity get name]_$datetimestring"

error when import
.

[admin@Dude] /dude> import-db backup-file=dude/backup/Dude-_aug-02-2020
  status: import failed

.

i make sure my disk name dude, same with the dude database directory, and import progress stop at 95mb
i use x86 server
export file size = 2503.7 MiB
any idea?

/dude set data-directory=(new_db_path)


You likely need to reset the DUDE database location, otherwise its trying to restore it to the main self (which i assume only has 95mb free)

i do set data-directory to my SSD, i have many file backup, the other file just stop at 30mb, and the other one stop at 130mb :frowning: :frowning:

i agree sounds like your dude data location is not set to the ssd
check it before doing the import