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