Skip to content

Commit 4221b89

Browse files
two more update edits
1 parent fc1b62a commit 4221b89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

update_scripts/25.3.5/pre_update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ echo "Version check passed: $current_version"
2424

2525

2626
sudo -u pioreactor pio kill --all-jobs
27+
sqlite3 /tmp/pioreactor_cache/local_intermittent_pioreactor_metadata.sqlite "ALTER TABLE pio_job_metadata RENAME COLUMN id TO job_id;" || :

update_scripts/25.3.5/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ echo "Added new main.elf firmware."
3333
# new huey
3434
HUEY_SERVICE_FILE="/etc/systemd/system/huey.service"
3535
sudo cp "$SCRIPT_DIR"/huey.service $HUEY_SERVICE_FILE
36+
sudo systemctl daemon-reload
3637
echo "Added new huey.service."
3738

3839

0 commit comments

Comments
 (0)