Upgrading Stardust
First Steps
Backup the current install of Stardust before upgrading. sh cp -r /opt/stardust /opt/stardust.bak
Fetch the latest tags and checkout the desired version. sh cd /opt/stardust git fetch --all --tags git checkout tags/vX.X.X # replace with version
Update dependencies
sh pnpm install
Update database schema (if you're updating the app) sh pnpm --dir packages/db run drizzle-kit push
Following the install steps, update dependencies, rebuild and restart Stardust.
Edit on GitHub
Last updated on