logo
icon

Logto (without DB)

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

PlatformZeabur
Deployed1
Publishersk5s
Deployed1 times
Publishersk5s
Created2026-01-31
Services
service icon
Tags
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.