Jeremy Worden
Jeremy Worden
WWindmill
Created by Jeremy Worden on 2/6/2025 in #help
GUI Down
this ending up finishing after about 7 hours. all good now. thanks!
9 replies
WWindmill
Created by Jeremy Worden on 2/6/2025 in #help
GUI Down
Just need to be patient?
9 replies
WWindmill
Created by Jeremy Worden on 2/6/2025 in #help
GUI Down
My windmill-server is showing:
2025-02-06T21:19:06.851192Z INFO src/main.rs:367: PostgreSQL version: PostgreSQL 14.15 (Debian 14.15-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit (windmill require PG >= 14)
2025-02-06T21:19:06.856538Z INFO windmill-api/src/db.rs:71: Acquiring global PG lock for potential migration with pid: Some(420)
2025-02-06T21:19:06.857724Z INFO windmill-api/src/db.rs:91: Acquired global PG lock
2025-02-06T21:19:06.862737Z INFO windmill-api/src/db.rs:128: Started applying migration 20250201124748: v2 migrate from v1
2025-02-06T21:19:06.851192Z INFO src/main.rs:367: PostgreSQL version: PostgreSQL 14.15 (Debian 14.15-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit (windmill require PG >= 14)
2025-02-06T21:19:06.856538Z INFO windmill-api/src/db.rs:71: Acquiring global PG lock for potential migration with pid: Some(420)
2025-02-06T21:19:06.857724Z INFO windmill-api/src/db.rs:91: Acquired global PG lock
2025-02-06T21:19:06.862737Z INFO windmill-api/src/db.rs:128: Started applying migration 20250201124748: v2 migrate from v1
9 replies
WWindmill
Created by Jeremy Worden on 2/6/2025 in #help
GUI Down
So if it's at this step I should just keep waiting:
-- Migrate old `v2_job_completed.__logs` to `job_logs`
INSERT INTO job_logs (job_id, workspace_id, logs)
SELECT id, workspace_id, __logs
FROM v2_job_completed
WHERE __logs IS NOT NULL AND __logs IS DISTINCT FROM '##DELETED##'
ON CONFLICT (job_id) DO UPDATE SET
logs = CONCAT(job_logs.logs, EXCLUDED.logs)
;
-- Migrate old `v2_job_completed.__logs` to `job_logs`
INSERT INTO job_logs (job_id, workspace_id, logs)
SELECT id, workspace_id, __logs
FROM v2_job_completed
WHERE __logs IS NOT NULL AND __logs IS DISTINCT FROM '##DELETED##'
ON CONFLICT (job_id) DO UPDATE SET
logs = CONCAT(job_logs.logs, EXCLUDED.logs)
;
9 replies
WWindmill
Created by AlexK on 5/20/2024 in #help
Python dependency managment issue withPyMuPDF
You can also point it to a script file. INIT_SCRIPT="bash /usr/src/app/scripts/startup.sh" and then have docker mount a shared folder with your startup.sh
9 replies
WWindmill
Created by Jeremy Worden on 5/22/2024 in #help
App Help
Oh ok! I’ll check.
4 replies
WWindmill
Created by Jeremy Worden on 5/22/2024 in #help
App Help
App works fine once I select a file
4 replies
WWindmill
Created by Jeremy Worden on 4/16/2024 in #general
ok I see it in the logs when the worker
i think it just took a min
3 replies
WWindmill
Created by Jeremy Worden on 4/16/2024 in #general
ok I see it in the logs when the worker
nevermind
3 replies
WWindmill
Created by Jeremy Worden on 4/16/2024 in #general
ok I see it in the logs when the worker
but i dont see it installed with: pwsh -Command 'Get-InstalledModule'
3 replies