Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 942 Bytes

aws cognito backup buddy

Build and Publish docker Docker

a small docker image which will export the userpool of cognito. Based on cognito-backup-restore

setup

  • clone this repository: git clone https://github.com/Loumaris/backupbuddy.git
  • copy the config/config.env.example to config/config.env
  • update the settings in config/config.env
    • only the TEAMS_WEBHOOK_URL is optional
  • test the backup via:
    docker run -v ${PWD}/config:/backup/config -v ${PWD}/data:/backup/data loumaris/backupbuddy-cognito
    
  • add the docker command to your cron daemon