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
d84b57c5
Commit
d84b57c5
authored
Dec 07, 2021
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Dec 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slony fixes
parent
8908843d
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 @
d84b57c5
...
@@ -113,7 +113,7 @@ CREATE ROLE slony WITH SUPERUSER LOGIN REPLICATION ENCRYPTED PASSWORD 'password
...
@@ -113,7 +113,7 @@ CREATE ROLE slony WITH SUPERUSER LOGIN REPLICATION ENCRYPTED PASSWORD 'password
ALTER
ROLE
slony
SET
statement_timeout
TO
0
;
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
user. A password is required. This user must be created on both the old and
new database server using the same password.
new database server using the same password.
...
@@ -230,7 +230,7 @@ Now run the following commands:
...
@@ -230,7 +230,7 @@ Now run the following commands:
\i /tmp/migrations.sql
\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
run
`\d`
. If all went well you should see output along the lines of the
following:
following:
...
@@ -459,7 +459,7 @@ main
...
@@ -459,7 +459,7 @@ main
Upload this script to the _target_ server and execute it as follows:
Upload this script to the _target_ server and execute it as follows:
```
shell
```
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
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