Skip to content
Extraits de code Groupes Projets
  • Daniel Hunsaker's avatar
    185b41be
    [nanobox] Add Automated Backups (#4023) · 185b41be
    Daniel Hunsaker a rédigé
    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
    Historique
    [nanobox] Add Automated Backups (#4023)
    Daniel Hunsaker a rédigé
    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`.