mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
chore: correct file path for Electric SQL user initialization script in Docker deployment documentation
This commit is contained in:
parent
c216c5bb7a
commit
2e0f75203e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Creates notifications table and sets up Electric SQL replication
|
||||||
search_source_connectors, and documents tables.
|
search_source_connectors, and documents tables.
|
||||||
|
|
||||||
NOTE: Electric SQL user creation is idempotent (uses IF NOT EXISTS).
|
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
|
- Local PostgreSQL: user is created here during migration
|
||||||
Both approaches are safe to run together without conflicts as this migraiton is idempotent
|
Both approaches are safe to run together without conflicts as this migraiton is idempotent
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue