From d9760b9072342cc43e16235ab66abce984de896e Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Thu, 25 Sep 2025 15:14:23 +0200 Subject: [PATCH] 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. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index da1357b..734459c 100644 --- a/README.md +++ b/README.md @@ -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`)