upstream(n8n): update standing notes for 2.26.3 upgrade

This commit is contained in:
autonomic-bot
2026-06-12 04:12:32 +00:00
parent c7fae6cbee
commit e89884beba

View File

@ -9,6 +9,6 @@
- pgautoupgrade uses a non-standard tag scheme (e.g. `17-alpine`, `18-alpine`) mapping to the TARGET
Postgres major version. `18-alpine` = upgrade-on-start to Postgres 18. The compose.postgres.yml
controls this image; the main compose.yml uses only `n8nio/n8n` (sqlite mode).
- n8n 2.x: no breaking DB migrations between 2.23.2 and 2.25.3; standard rolling upgrade is safe.
- n8n 2.x: standard rolling upgrade is safe between 2.x versions; DB migrations run automatically on startup.
- The n8n Docker image on Docker Hub uses plain semver tags (e.g. `2.25.3`); no `-stable` suffix needed.
- n8n release notes: https://docs.n8n.io/release-notes/