⛰️
Application Platform
CtrlK
  • Treetracker Tech Stack
  • Best Practices
  • Team Vision
  • DevOps Notes
    • Rollback Procedures
    • Troubleshooting
    • CI-CD
  • Roadmap 2
  • RabbitMQ
  • Airflow
  • CKAN
    • CKAN
    • Cloud Settings
  • DevOps
    • Github Actions To Do
    • Alerting To Do
    • Check and recover
      • Check script
      • Check database
      • How to backup postgresql
  • Keycloak
    • Keycloak
    • How to set up Keycloak to allow login by Social Media
Powered by GitBook
On this page

Was this helpful?

  1. DevOps
  2. Check and recover

How to backup postgresql

pg_dump "postgresql://xxx:xxx@xxx:25060/treetracker?sslmode=require" > prod_db_treetracker.sql
PreviousCheck databaseNextKeycloak

Last updated 1 year ago

Was this helpful?