This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
appwrite
Watch
1
Star
0
Fork
You've already forked appwrite
0
mirror of
https://github.com/appwrite/appwrite
synced
2026-05-21 07:58:55 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
e4adff4edc
appwrite
/
bin
/
upgrade
3 lines
51 B
Text
Raw
Normal View
History
Unescape
Escape
Create a dedicated upgrade task Before, we used the same command for both installation and upgrades. This lead to problems because developers would try to upgrade in the wrong folder and end up creating a new installation. This new upgrade command validates the existence of an existing installation before proceeding with the upgrade to ensure no new installation is created when upgrading.
2023-07-24 22:34:04 +00:00
#!/bin/sh
Revert "worker: Graceful shutdown on SIGTERM"
2025-06-21 01:40:04 +00:00
php /usr/src/code/app/cli.php upgrade $@
Reference in a new issue
Copy permalink