diff --git a/src/freedombone-restore-local b/src/freedombone-restore-local
index b6b0ad7b77ec950006b132b4fce4e51fb1905bc3..91b98a382c923300aa953b1e5468f5ad4d513915 100755
--- a/src/freedombone-restore-local
+++ b/src/freedombone-restore-local
@@ -44,6 +44,9 @@ if [ -f /usr/bin/${PROJECT_NAME} ]; then
     PROJECT_INSTALL_DIR=/usr/bin
 fi
 
+# MariaDB password
+DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
+
 function please_wait {
         local str width height length
 
@@ -230,6 +233,7 @@ function restore_mariadb {
             echo $"Ensure MariaDB handles authentication"
             MARIADB_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
             mariadb_fix_authentication
+            DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
         fi
         rm -rf $temp_restore_dir
     fi