User Tools

Site Tools


Writing /data/dokuwiki/data/cache/0/03f3e419d0d5c93686c57d84ab433519.i failed
Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.
Writing /data/dokuwiki/data/cache/0/03f3e419d0d5c93686c57d84ab433519.metadata failed
services:postgresql
Writing /data/dokuwiki/data/cache/5/5d547251999f7ff2c4786e6e50a5c09f.i failed
Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.
Writing /data/dokuwiki/data/cache/5/5d547251999f7ff2c4786e6e50a5c09f.xhtml failed

This is an old revision of the document!


PostgreSQL

Shared database server.

Access

Item Value
Container CT 110
IP 10.100.161.110:5432
Admin pgadmin

Databases

Database User Used By
n8n n8n n8n
vaultwarden vaultwarden Vaultwarden

Management

# Connect as admin
pct exec 110 -- su - postgres -c "psql"
 
# List databases
pct exec 110 -- su - postgres -c "psql -l"
 
# Connect to specific DB
psql -h 10.100.161.110 -U pgadmin -d n8n

Backup

Daily backup via Proxmox (vzdump).

services/postgresql.1770409320.txt.gz · Last modified: by admin