Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
92312aa3
Commit
92312aa3
authored
8 years ago
by
Benedict Lau
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clarify doc for SQLite to PostgreSQL port
parent
3346a213
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/postgres.rst
+3
-3
3 additions, 3 deletions
docs/postgres.rst
with
3 additions
and
3 deletions
docs/postgres.rst
+
3
−
3
View file @
92312aa3
...
...
@@ -112,9 +112,9 @@ script one last time, e.g. if the SQLite database is at ``homeserver.db``
run::
synapse_port_db --sqlite-database homeserver.db \
--postgres-config
database_config
.yaml
--postgres-config
homeserver-postgres
.yaml
Once that has completed, change the synapse config to point at the PostgreSQL
database configuration file
using the ``database_config`` parameter (see
`
Synapse Config`_
) and restart synapse. Synapse should now be running against
database configuration file
``homeserver-postgres.yaml`` (i.e. rename it to
`
`homeserver.yaml``
) and restart synapse. Synapse should now be running against
PostgreSQL.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment