github journiv/journiv-app v0.1.0-beta.22

3 days ago

Warning

⚠️ Creating full database backup (not just a Journiv export) before upgrading is highly recommended.
Do NOT upgrade without a proper database backup if you care about your existing entries.
After upgrade clear cache for browser/reverse proxy/cloudflare etc depending on your setup.

Making Backup

1. Make Postgres DB backup

This will dump your database backup to file named in journiv_full_backup.sql in current working directory. If you are using sqlite then you can just copy the sqlite db file to a safe location.

docker exec -t journiv-postgres-db pg_dumpall -c -U journiv > journiv_full_backup.sql

2. Journiv Export (Optional)

Make a Journiv export of you journals as back up. You should select "All Journals" and you would need to ask all user on your instances to make the export (if you have multiple users). We will keep this as a secondary backup but the guide below prefer direct docker backup and restore.

Highlights

  • PDF generation now happens in backend for consistent and stable PDF generation.
  • Public publishing letting you share selected entries at public URLs (Plus Feature)
  • oEmbed support for embedding Journal entries with richer previews (Plus Feature)
  • New Journiv Plus architecture with both inline mode and air-gaped sidecar deployment mode

What's Changed

❤️ Supporters

Ongoing

Stay updated

Join subreddit.
Join discord community.
Subscribe to blog posts.

Full Changelog: v0.1.0-beta.21...v0.1.0-beta.22

Don't miss a new journiv-app release

NewReleases is sending notifications on new releases.