Fix #12066: PLANKA: fix msg_info/msg_ok inconsistencies in update script (#12143)

Co-authored-by: Your Name <your-email@example.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Bates
2026-02-21 00:10:22 -08:00
committed by GitHub
parent 903e63d758
commit a3d9ea7530

View File

@@ -31,7 +31,7 @@ function update_script() {
if check_for_gh_release "planka" "plankanban/planka"; then
msg_info "Stopping Service"
systemctl stop planka
msg_info "Stopped Service"
msg_ok "Stopped Service"
msg_info "Backing up data"
BK="/opt/planka-backup"
@@ -70,7 +70,7 @@ function update_script() {
rm -rf "$BK"
msg_ok "Restored data"
msg_ok "Migrate Database"
msg_info "Migrate Database"
cd /opt/planka
$STD npm run db:upgrade
$STD npm run db:migrate