Files
.infineon/_-Review/pg-admin.md
2024-11-06 12:39:13 -07:00

20 lines
471 B
Markdown

---
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
```