Update
To update or upgrade PostOwl you will need to get the latest release from GitHub and deploy the changes.
⚠️ ATTENTION: PostOwl is currently in technical preview. Before updating make sure you have a backup file of your database.
We don't currently have automated databse migrations, if there are database schema changes we will provide a script to run to update your database. Automated migrations will be available in a future release.
Please check the release notes in GitHub before updating. We'll also share update instructions on the blog and newsleter).
Updating a fly.io deployment
To update to a new version on fly.io:
- Pull the latest changes from GitHub to your local copy of the repo (you can pull a release or the
main
branch if you want to get the very latest changes). - Run
fly deploy
Changing your password
If you need to change your password, edit .env.production
with a new password and run fly deploy
again.