docs: update IT_Abteilung/DatenBank/PostgreSQL

This commit is contained in:
2026-02-23 10:21:10 +00:00
committed by Jane Doe
parent 3ac688e4b1
commit 086c7bd43d

View File

@@ -2,7 +2,7 @@
title: PostgreSQL Profice Dokumentation title: PostgreSQL Profice Dokumentation
description: description:
published: true published: true
date: 2026-02-23T10:09:09.171Z date: 2026-02-23T10:21:09.435Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-02-23T10:09:09.171Z dateCreated: 2026-02-23T10:09:09.171Z
@@ -50,21 +50,22 @@ pgvector ist eine PostgreSQL-Erweiterung, die Vektordatentypen und Ähnlichkeits
### Architektur auf diesem Server ### Architektur auf diesem Server
``` ```
┌─────────────────────────────────────────────────┐ ┌──────────────────────────────────────────────────────────────
│ Debian Server │ │ Debian Server │
│ │ │ │
│ ┌──────────────┐ ┌──────────────────────── ┌──────────────┐ ┌────────────────────────────────┐
│ │ n8n │───▶│ PostgreSQL 16 │ │ │ │ n8n │───▶│ PostgreSQL 16 │ │
│ │ (Workflows) │ │ ┌──────────────────┐ │ │ (Workflows) │ │
│ └──────────────┘ │ │ DB: n8n └──────────────┘ │ ┌──────────────────────────┐
│ │ │ DB: n8n_vectors │ │ │ │ │ │ DB: n8n │ │
│ ┌──────────────┐ │ │ DB: gitea │ │ │ ┌──────────────┐ │ │ DB: n8n_vectors │ │
│ │ Gitea │───▶│ │ │ │ │ │ Gitea │───▶│ │ DB: gitea │ │
│ │ (Git-Server) │ │ │ Extension: │ │ │ │ (Git-Server) │ │ │ │ │
│ └──────────────┘ │ │ pgvector │ │ │ └──────────────┘ │ │ Extension: │ │
│ │ └──────────────────┘ │ │ │ │ pgvector │ │
────────────────────────┘ │ │ └──────────────────────────┘ │
└─────────────────────────────────────────────────┘ └────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────┘
``` ```
--- ---