Skip to content
  • Daniel Hunsaker's avatar
    [nanobox] Add Automated Backups (#4023) · 185b41be
    Daniel Hunsaker authored
    This PR adds automatic backups to Nanobox instances. The database, Redis, and user files are backed up every day at 03:00 (server time) to the data warehouse component which comes with every Nanobox app. Old backups are automatically cleared out, but the number of backups that are left untouched can be configured by setting the `BACKUP_COUNT` environment variable to any integer value greater than 0 (the default is 1).
    
    Also updated `.env.nanobox` to reflect the current `.env.production.sample`.
    185b41be