Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

19
_-Review/pg-admin.md Normal file
View File

@ -0,0 +1,19 @@
---
assigned: ''
created: 2024-07-27T01:48:13.446Z
progress: 0
tags:
- Hosts
type: note
updated: 2024-07-27T01:48:18.839Z
---
# pgAdmin
- [pgadmin](https://www.pgadmin.org/)
## Backup Gitea
```bash Fri Jul 26 2024 18:55:17 GMT-0700 (Mountain Standard Time)
/usr/local/pgsql-14/pg_dumpall --file "/var/lib/pgadmin/storage/mikepharesjr_msn.com/2024-07-26-18-53" --host "192.168.11.2" --port "5433" --username "gitea" --no-password --database "postgres" --verbose
```