This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix sed formatting
pull/580/head
bertiebaggio
6 years ago
parent
000b482d18
commit
866d6fc1c9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/importing-postgres.md
+ 1
- 1
docs/importing-postgres.md
View File
@@ -54,7 +54,7 @@ ALTER TABLE public.application_services_state OWNER TO synapse_user;
It can be worked around by changing the username to `synapse`, for example by using `sed`:
```
sed
```
Shell
$ sed -i "s/synapse_user/synapse/g" homeserver.sql"
```
Write
Preview
Loading…
Cancel
Save