From 2e0f75203ecfaa206d6f1506ea46dfd84834f2d8 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:56:32 +0530 Subject: [PATCH] chore: correct file path for Electric SQL user initialization script in Docker deployment documentation --- .../66_add_notifications_table_and_electric_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_backend/alembic/versions/66_add_notifications_table_and_electric_replication.py b/surfsense_backend/alembic/versions/66_add_notifications_table_and_electric_replication.py index 182bf981c..35418c6ae 100644 --- a/surfsense_backend/alembic/versions/66_add_notifications_table_and_electric_replication.py +++ b/surfsense_backend/alembic/versions/66_add_notifications_table_and_electric_replication.py @@ -8,7 +8,7 @@ Creates notifications table and sets up Electric SQL replication search_source_connectors, and documents tables. NOTE: Electric SQL user creation is idempotent (uses IF NOT EXISTS). -- Docker deployments: user is pre-created by scripts/docker/init-electric-user.sh +- Docker deployments: user is pre-created by docker/scripts/init-electric-user.sh - Local PostgreSQL: user is created here during migration Both approaches are safe to run together without conflicts as this migraiton is idempotent """