Skip to content
Snippets Groups Projects
Commit c9f05d74 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

move ARCHIVE_DIR for restore

parent aacf1076
Branches
No related tags found
1 merge request!129Db Profiles
...@@ -528,7 +528,6 @@ ...@@ -528,7 +528,6 @@
fi fi
BACKUP_TARGETDIR="${BACKUP_BASEDIR}/${parService}" BACKUP_TARGETDIR="${BACKUP_BASEDIR}/${parService}"
ARCHIVE_DIR=${ARCHIVE_BASEDIR}/${PROFILENAME}
h2 "Select database" h2 "Select database"
listBackupedDBs listBackupedDBs
...@@ -575,6 +574,7 @@ ...@@ -575,6 +574,7 @@
BACKUP_TARGETDIR=${BACKUP_BASEDIR}/${PROFILENAME} BACKUP_TARGETDIR=${BACKUP_BASEDIR}/${PROFILENAME}
BACKUP_SCRIPT=$( get_service_script ${SERVICENAME} ) BACKUP_SCRIPT=$( get_service_script ${SERVICENAME} )
ARCHIVE_DIR=${ARCHIVE_BASEDIR}/${PROFILENAME}
BACKUP_PARAMS=$( dbdetect.getParams ) BACKUP_PARAMS=$( dbdetect.getParams )
eval $( dbdetect.setenv ) eval $( dbdetect.setenv )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment