psqlLets you carry out admin functions without needing to now SQL commands- log in with postgres user
psql postgres - exit
\q + enter \dulist users\?and\helphelp prompts- Backup
pg_dump -a -n public URL - Restore
psql URL -f /path/to/file
- log in with postgres user