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:
2025-09-25 15:14:23 +02:00
parent 229683dfa5
commit d9760b9072

View File

@@ -80,10 +80,7 @@ Here's a breakdown of the scripts included in this repository:
* Can drop existing Aurora schema before refresh.
* Grants privileges to a specified user.
* Runs post-import SQL scripts.
* **Usage**: `./aurora/aurora.sh [new | complete | info]`
* `new`: Export, import, and rename (no privileges or post-scripts).
* `complete`: Drop, export, import, grant privileges, and run post-scripts.
* `info`: Show configuration information.
* **Usage**: The script runs automatically based on the settings in `aurora/aurora.conf`. It is typically scheduled via cron.
### 8. `aurora/aurora.conf` (Configuration for `aurora.sh`)