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