logo
icon

Logto (without DB)

For users to test the latest Logto (please read the instructions)

平台Zeabur
部署次數1
發布者sk5s
部署次數1
發布者sk5s
建立於2026-01-31
模板內的服務
service icon
標籤
WebsiteDatabaseAPI

Logto (without DB)

For users wanting to test the latest Logto version

To make the container running for users to perform the DB upgrade process, the command was changed into

sh -c "tail -f /dev/null"

To deploy the DB alteration

npx @logto/cli db alteration deploy

Change the command back to

sh -c "npm run cli db seed -- --swe && npm start"

to start using the latest version of the Logto.

The upgrade of Logto should be careful. Check Logto's documentation for more information. Learn more about db alteration.