From 9cc772f10f24ed937b8788b4fe291030ceb521f6 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Thu, 25 Sep 2025 15:14:23 +0200 Subject: [PATCH] update readme, new aurora --- 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`)