Skip to content

Commit 0689c13

Browse files
committed
Stop running migration from run.sh
The migration referred to here is years old, now, and it's unlikely anyone has a server that uses the old format. If needed, the binary is still there and built; it just doesn't run every time. The motivation here is that on the main production server, that migration actually takes over a minute, and that's all downtime because it cannot run when the server is accepting requests.
1 parent 696cbc0 commit 0689c13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.sh

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ fuser -k -n tcp 9160
2626
mkdir -p data/codeworld/projects
2727
mkdir -p data/haskell/projects
2828
mkdir -p data/blocklyXML/projects
29-
run . codeworld-server-migrate
3029

3130
mkdir -p log
3231

0 commit comments

Comments
 (0)