Skip to content

Commit 3760c2b

Browse files
committed
bump to latest version; remove migration delete
1 parent 903be25 commit 3760c2b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ct/immich.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function update_script() {
6161
done
6262
msg_ok "Image-processing libraries up to date"
6363
fi
64-
RELEASE="1.140.1"
64+
RELEASE="1.141.1"
6565
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
6666
msg_info "Stopping Services"
6767
systemctl stop immich-web
@@ -126,9 +126,6 @@ EOF
126126

127127
msg_info "Updating ${APP} web and microservices"
128128
cd "$SRC_DIR"/server
129-
if [[ "$RELEASE" == "1.135.1" ]]; then
130-
rm ./src/schema/migrations/1750323941566-UnsetPrewarmDimParameter.ts
131-
fi
132129
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
133130
export CI=1
134131
corepack enable

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
265265
mkdir -p "$INSTALL_DIR"
266266
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
267267

268-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.1" "$SRC_DIR"
268+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.141.1" "$SRC_DIR"
269269

270270
msg_info "Installing ${APPLICATION} (more patience please)"
271271

0 commit comments

Comments
 (0)