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.