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.