Restore a Database from a MySQL Dump File
This asctl method restores a database from a MySQL dump file so it becomes the primary database.
| Method name | restore_database(filepath) |
| Command |
|
| Details | If you provide a MySQL dump file that contains an Orchestrator database, the current database is backed up and the database from the MySQL dump file is used as the primary database. |
| Inputs | Filepath (string) |
| Outputs | STDOUT the progress of the operation |