From 42cfdac1f8ee19f04dbbcf0709cdc12eb79c0be2 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 7 Nov 2024 13:31:09 -0500 Subject: [PATCH] remove outdated issue --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 75ac0e7..87b912e 100644 --- a/README.md +++ b/README.md @@ -111,18 +111,6 @@ chmod +x manage ``` After doing that, you are now ready to use the script. -## Known issues and suggestions -### Issue 1 -There is a known issue where Node.js will not wait for the database starts, before polling it. -### Issue 1 Workaround -I suggest doing the following commands to start your server -```bash -# if you haven't yet done this, run ./manage setup -./manage up -# once that command is finished (and waits the 30 seconds for database to come up) -./manage restart --db-alive -``` - ## `manage` usage `./manage [command] [options]`