Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c60c6ed3
Commit
c60c6ed3
authored
Dec 07, 2021
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bbodenmiller-master-patch-74060' into 'master'
Slony fixes See merge request gitlab-org/gitlab!57676
parents
b4184766
d84b57c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/update/upgrading_postgresql_using_slony.md
doc/update/upgrading_postgresql_using_slony.md
+3
-3
No files found.
doc/update/upgrading_postgresql_using_slony.md
View file @
c60c6ed3
...
...
@@ -113,7 +113,7 @@ CREATE ROLE slony WITH SUPERUSER LOGIN REPLICATION ENCRYPTED PASSWORD 'password
ALTER
ROLE
slony
SET
statement_timeout
TO
0
;
```
Make sure you replace "password string here" with
the
actual password for the
Make sure you replace "password string here" with
an
actual password for the
user. A password is required. This user must be created on both the old and
new database server using the same password.
...
...
@@ -230,7 +230,7 @@ Now run the following commands:
\i /tmp/migrations.sql
```
To verify if the structure is in place close the session, start it again, then
To verify if the structure is in place close the session
(
`\q`
)
, start it again, then
run
`\d`
. If all went well you should see output along the lines of the
following:
...
...
@@ -459,7 +459,7 @@ main
Upload this script to the _target_ server and execute it as follows:
```
shell
bash path/to/the/script/above.sh
sudo
bash path/to/the/script/above.sh
```
This corrects the ownership of sequences and reset the next value for the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment