docs(readme): Update Aurora script usage to reflect automation
Updates 'README.md' to reflect the new, automated execution model of 'aurora.sh', removing references to manual 'new', 'complete', and 'info' arguments. The script is now configured via 'aurora.conf' and typically run via cron.
This commit is contained in:
@@ -80,10 +80,7 @@ Here's a breakdown of the scripts included in this repository:
|
|||||||
* Can drop existing Aurora schema before refresh.
|
* Can drop existing Aurora schema before refresh.
|
||||||
* Grants privileges to a specified user.
|
* Grants privileges to a specified user.
|
||||||
* Runs post-import SQL scripts.
|
* Runs post-import SQL scripts.
|
||||||
* **Usage**: `./aurora/aurora.sh [new | complete | info]`
|
* **Usage**: The script runs automatically based on the settings in `aurora/aurora.conf`. It is typically scheduled via cron.
|
||||||
* `new`: Export, import, and rename (no privileges or post-scripts).
|
|
||||||
* `complete`: Drop, export, import, grant privileges, and run post-scripts.
|
|
||||||
* `info`: Show configuration information.
|
|
||||||
|
|
||||||
### 8. `aurora/aurora.conf` (Configuration for `aurora.sh`)
|
### 8. `aurora/aurora.conf` (Configuration for `aurora.sh`)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user