PostgreSQL version. Self-host Fast Note Sync Service with a bundled PostgreSQL database for syncing and backing up Obsidian notes across devices.
PostgreSQL version. Self-host Fast Note Sync Service with a bundled PostgreSQL database for syncing and backing up Obsidian notes across devices.
PostgreSQL version.
Fast Note Sync Service is the self-hosted backend for the Fast Note Sync Obsidian plugin. This template deploys both Fast Note Sync and a PostgreSQL database in the same Zeabur project.
No manual variables are required. Zeabur generates the internal password automatically.
postgresql and fast-note-sync are running.fast-note-sync.USER_REGISTER_IS_ENABLE to false after the first account is created.This template configures Fast Note Sync to use PostgreSQL:
database.type: postgresuser-database.type: "", so user databases inherit the PostgreSQL main databaseZeabur PostgreSQL supports online backup and automatic backup. Automatic database backups can be enabled from the PostgreSQL service backup page.
Zeabur backup retention is limited to 7 days. If you need longer retention, download and store backups elsewhere.
PostgreSQL automatic backups only cover the database. Files stored in Fast Note Sync persistent volumes, such as uploaded attachments under /fast-note-sync/storage, still need a separate backup strategy.