Last updated
Last updated
For backup all data, we need to create dump of all used mongodb databases and hashicorp vault (if it use)
Mongo DB databases set in .env (.env.docker) files or via environment variables named DB_DATABASE Default names:
auth-service - auth_db
guardian-service - guardian_db
logger-service (not nesessary) - logger_db
Example using mongo utils:
Creating dump:
Restoring dump:
For Hashicorp vault backup and restore use this instructions: