logo
icon

Fast Note Sync PostgreSQL

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.

PlataformaZeabur
Implementado1
EditorauthorDarinRowe
Implementado1 veces
EditorDarinRowe
Creado2026-05-10
Etiquetas
ToolProductivityNotesDatabase

Fast Note Sync PostgreSQL

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.

After Deployment

  1. Wait until both postgresql and fast-note-sync are running.
  2. Open the generated Zeabur domain for fast-note-sync.
  3. Register your first user account.
  4. Set USER_REGISTER_IS_ENABLE to false after the first account is created.
  5. In the Obsidian plugin, paste the remote service configuration from the web UI.

Database

This template configures Fast Note Sync to use PostgreSQL:

  • database.type: postgres
  • user-database.type: "", so user databases inherit the PostgreSQL main database
  • PostgreSQL user data is isolated by schema internally

Backups

Zeabur 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.