appleboy / appleboy/docker-backup-database
the `DATABASE_OPTS` doesn't support mutliple options
Open
- Dominant language
- Go
- Stars
- 135
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
for example:
```yaml
DATABASE_OPTS: '--exclude-table=table1_* --exclude-table=table12_* --exclude-table=table3_*'
```
this become one single argument in pg_dump command instead of 3 args.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.