Backup & Restore
DevGuard stores all data in PostgreSQL. Use pg_dump to back up your databases.
Databases
| Database | Content |
|---|---|
devguard | Application data |
kratos | User authentication |
Backup
We recommend using a tool like pg_dump to back up the databases. You may want to schedule regular backups using
cron jobs or other scheduling tools.