earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Add portal migration tool for improved backup/restore experience #516

Closed MisterMartin closed 5 years ago

MisterMartin commented 5 years ago

Add backup/restore features to chords_control.

Provide one-command functions to backup all databases and configuration into a single file, and to restore this to a portal. This will be useful for:

The current mechanism (see #136) for backing up and restoring a portal uses the browser interface to download both a copy of InfluxDB and mysql databases. This is useful for small portals, but can become unwieldy for large portals. It may even fail when attempting to deliver the database dump for a largish portal.