Skip to content

docs: n8n design (External Secrets)#476

Open
boxp wants to merge 1 commit intomainfrom
feat/n8n-design-doc
Open

docs: n8n design (External Secrets)#476
boxp wants to merge 1 commit intomainfrom
feat/n8n-design-doc

Conversation

@boxp
Copy link
Owner

@boxp boxp commented Feb 23, 2026

n8n design doc and sample K8s manifests (External Secrets) for lolice cluster. Includes architecture, ESO data flow, security requirements, operational procedures, and sample YAMLs.

@github-actions
Copy link
Contributor

ArgoCD Diff Result

アプリケーション: n8n の差分

パス: argoproj/n8n

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 54a77e6d66

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +176 to +180
kubectl exec -n n8n statefulset/postgres -- \
pg_dump -U n8n -d n8n --clean --if-exists > n8n_backup_$(date +%Y%m%d).sql

# ローカルにコピー
kubectl cp n8n/postgres-0:/tmp/backup.sql ./n8n_backup.sql

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge バックアップ手順の出力先を整合させる

kubectl exec ... pg_dump ... > n8n_backup_...sql> はローカルシェルで解釈されるため、Pod 内の /tmp/backup.sql は作成されません。その直後に kubectl cp n8n/postgres-0:/tmp/backup.sql を実行するとファイル未存在で失敗し、記載どおりの運用手順ではバックアップ取得が完了できません。Pod 内に出力してから kubectl cp するか、最初にローカルへ出力したファイルをそのまま利用する手順に統一する必要があります。

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant