docs: update IT_Abteilung/DatenBank/PostgreSQL
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: PostgreSQL Profice Dokumentation
|
||||
description:
|
||||
published: true
|
||||
date: 2026-02-23T10:28:30.295Z
|
||||
date: 2026-02-23T10:32:43.174Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2026-02-23T10:09:09.171Z
|
||||
@@ -49,43 +49,22 @@ pgvector ist eine PostgreSQL-Erweiterung, die Vektordatentypen und Ähnlichkeits
|
||||
|
||||
### Architektur auf diesem Server
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
skinparam backgroundColor #1a1a2e
|
||||
skinparam defaultFontColor white
|
||||
skinparam defaultFontSize 14
|
||||
skinparam roundCorner 10
|
||||
|
||||
skinparam shadowing false
|
||||
|
||||
skinparam rectangle {
|
||||
BackgroundColor #2a2a4a
|
||||
BorderColor #5599bb
|
||||
FontColor white
|
||||
}
|
||||
|
||||
skinparam package {
|
||||
BackgroundColor #1a1a2e
|
||||
BorderColor #e0e0e0
|
||||
FontColor white
|
||||
FontSize 18
|
||||
}
|
||||
|
||||
skinparam component {
|
||||
BackgroundColor #336791
|
||||
BorderColor #fff
|
||||
FontColor white
|
||||
}
|
||||
skinparam roundCorner 10
|
||||
|
||||
package "Debian Server" {
|
||||
|
||||
rectangle "n8n\n<i>(Workflows)</i>" as n8n #ff6d5a
|
||||
[n8n\n(Workflows)] as n8n
|
||||
[Gitea\n(Git-Server)] as gitea
|
||||
|
||||
rectangle "Gitea\n<i>(Git-Server)</i>" as gitea #609926
|
||||
|
||||
rectangle "PostgreSQL 16" as pg #2a2a4a {
|
||||
component "DB: n8n" as db1 #336791
|
||||
component "DB: n8n_vectors" as db2 #8b5cf6
|
||||
component "DB: gitea" as db3 #609926
|
||||
component "Extension: pgvector" as ext #5599bb
|
||||
package "PostgreSQL 16" {
|
||||
database "DB: n8n" as db1
|
||||
database "DB: n8n_vectors" as db2
|
||||
database "DB: gitea" as db3
|
||||
note "Extension: pgvector" as ext
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,6 +73,7 @@ n8n --> db2 : Embeddings
|
||||
gitea --> db3 : Repositories
|
||||
|
||||
@enduml
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -1253,6 +1233,6 @@ postgresql://gitea_user:PASSWORT@localhost:5432/gitea
|
||||
|
||||
---
|
||||
|
||||
> **Letzte Aktualisierung:** *23.02.2026*
|
||||
> **Autor:** *Adminisrator*
|
||||
> **Letzte Aktualisierung:** *Datum hier eintragen*
|
||||
> **Autor:** *Name hier eintragen*
|
||||
> **Version:** 1.0
|
||||
|
||||
Reference in New Issue
Block a user