diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 29e0cb3..21d792c 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -18,5 +18,5 @@ "linkStrength": 1, "linkDistance": 250, "scale": 0.9932251304186369, - "close": false + "close": true } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 2615b4b..8fc1454 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -60,18 +60,6 @@ { "id": "913ddabc9e7fe157", "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "ToDo's/ToDo's_Aussortiert.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "e0089a83b7f723a5", - "type": "leaf", "state": { "type": "markdown", "state": { @@ -82,7 +70,7 @@ } } ], - "currentTab": 5 + "currentTab": 4 } ], "direction": "vertical" @@ -128,8 +116,7 @@ "state": {} } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -212,8 +199,17 @@ "file": "Geschäft/IT/Postgres.md" } } + }, + { + "id": "edcaa91f6dfc0a37", + "type": "leaf", + "state": { + "type": "advanced-tables-toolbar", + "state": {} + } } - ] + ], + "currentTab": 6 } ], "direction": "horizontal", @@ -233,8 +229,10 @@ "workspaces:Manage workspace layouts": false } }, - "active": "e0089a83b7f723a5", + "active": "d9b602da9bc89183", "lastOpenFiles": [ + "ToDo's/ToDo's.md", + "Geschäft/IT/Postgres.md", "3D Druck/Einstelungen Testen.md", "3D Druck/SQL.md", "3D Druck/Steps einstellen.md", @@ -244,7 +242,6 @@ "Geschäft/Gewürze/Fehlende Rechnungen.md", "Geschäft/Gewürze/attachments/2420032101MB - Angebot Districap - Ninon Mix - Lodner Gewürze.pdf", "HomeLab/Rose/PostgreSQL.md", - "ToDo's/ToDo's.md", "ToDo's/ToDo's_Aussortiert.md", "Geschäft/Etiketten/Drucken/04 - Bestand.md", "Geschäft/GTR Halle/Investitionen.md", @@ -260,7 +257,6 @@ "Bank Höchstadt.md", "Geschäftsplanung.md", "Geschäft/GTR Halle/Maße.md", - "HomeLab/Linux Befehle.md", - "Geschäft/GTR Halle/Maße Trockenbau.md" + "HomeLab/Linux Befehle.md" ] } \ No newline at end of file diff --git a/Geschäft/IT/Postgres.md b/Geschäft/IT/Postgres.md index 28828cc..712f764 100644 --- a/Geschäft/IT/Postgres.md +++ b/Geschäft/IT/Postgres.md @@ -28,5 +28,10 @@ cd "C:\Program Files\PostgreSQL\16\bin" psql.exe -U USER -f C:\test.dump DATABASE_NAME ``` +Spicy Storage Backup einspielen: +``` +.\psql.exe -U USER -f 'K:\Nextcloud\Lodner\Geschäftlich\Lodner Geschmackswelten\Datenbank Sicherungen\Postgres\VERSION' spicy_storage +``` + ---