Skip to content

Commit

Permalink
init: replacing datalake recovery with all data recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeboucas committed Sep 25, 2023
1 parent 0ac1789 commit fbef188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/init/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ if [[ "$RESTORE_CERTS" == "1" ]] ; then
done
fi

if [[ "$RESTORE_DATALAKE" == "1" ]] ; then
rsync -rtvh ${BACKUP_PATH}/aarnaseqlake /flaski_private/
if [[ "$RESTORE_DATA" == "1" ]] ; then
rsync -rtvh ${BACKUP_PATH}/data/ /flaski_private/
fi


Expand Down

0 comments on commit fbef188

Please sign in to comment.