Files
Helper-Scripts-ProxmoxVE/ct
CanbiZ (MickLesk) 85c5d54a12 fix(pangolin): restore config before db migration, use drizzle-kit push (#12130)
npm run db:push ran drizzle migrate (CREATE TABLE) on an empty directory
before the config backup was restored, creating a fresh DB that got
immediately overwritten by the old backup. The old DB was missing new
columns like resources.postAuthPath (added in 1.15.4).

Replace with drizzle-kit push after config restore, which introspects the
existing DB and applies schema diffs (ALTER TABLE) instead.

Ref: #12068
2026-02-21 14:48:22 +01:00
..
2026-02-20 21:06:41 +01:00
2026-02-20 21:05:09 +01:00
2026-02-17 10:40:58 +01:00
2026-02-15 20:43:26 +01:00
2026-02-16 10:14:24 +01:00
2026-02-16 12:48:37 +01:00
2026-02-16 10:53:41 +01:00
2026-02-20 21:05:42 +01:00