DPIclimate / DPIclimate/broker
Make db backups easier to use
Open
enhancement
- Dominant language
- Python
- Stars
- 3
- Forks
- 3
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Change the backup script to:
1. Only export data, not create tables etc.
2. Split the backup into 2 files - one with everything other than the sources and message tables, and the other with the message tables. The sources table is pre-populated by the db creation script so must be skipped in the data-only backup.
This will allow us to copy the backups into the init.db directory and if they are named appropriately they will run after the db creation script.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.