Skip to content

Commit

Permalink
Merge pull request #527 from elixir-luxembourg/backup_restore
Browse files Browse the repository at this point in the history
Small fixes to backup restore documentation
  • Loading branch information
moustaphacheikh authored Oct 16, 2024
2 parents b9c0e79 + ed7b339 commit 161c63f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions doc/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ All variables can be set in the [environment file](.env.template). These include

### Operations

#### Enable Automatic Backups

To ensure automatic backups are enabled, set `ENABLE_BACKUPS=true` (enabled by default):

```bash
ENABLE_BACKUPS=true docker compose up -d backup
```

This will configure automatic backups based on the `BACKUP_SCHEDULE`.

To disable automatic backups:

```bash
ENABLE_BACKUPS=false docker compose up -d backup
```

#### Manual Backup

Create a manual backup:
Expand Down

0 comments on commit 161c63f

Please sign in to comment.