Skip to content

Commit

Permalink
fix(docker-monolithic): restore meilisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Jul 16, 2024
1 parent 9ab7b53 commit 70d7ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker-monolithic/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ if echo "${TAR_OUTPUT}" | grep -qs '^volumes-monolithic/$'; then
docker exec -u root supportpal bash -c "cp -r ${TEMP_BACKUP_DIR}/volumes-monolithic/cache/redis-data /"
docker exec -u root supportpal bash -c "cp -r ${TEMP_BACKUP_DIR}/volumes-monolithic/caddy/caddy /"
if echo "${TAR_OUTPUT}" | grep -qs '^volumes-monolithic/meilisearch'; then
docker exec -u root supportpal bash -c "cp -r ${TEMP_BACKUP_DIR}/volumes-monolithic/meilisearch /"
fi
docker exec -u root supportpal bash -c "cp -r ${TEMP_BACKUP_DIR}/volumes-monolithic/meilisearch/meilisearch /"
fi
rm -rf "backup/${TIMESTAMP}/"
fi

Expand Down

0 comments on commit 70d7ccd

Please sign in to comment.