Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
4346bc30
Verified
Commit
4346bc30
authored
Nov 23, 2018
by
Florian Pritz
Browse files
upgrade_pg.sh: Disable after-upgrade removal
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
2456e8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postgres/files/upgrade_pg.sh
View file @
4346bc30
...
...
@@ -43,4 +43,6 @@ su - postgres -c "pg_upgrade -b /opt/pgsql-${FROM_VERSION}/bin/ -B /usr/bin/ -d
systemctl daemon-reload
systemctl start postgresql.service
su - postgres
-c
'/var/lib/postgres/analyze_new_cluster.sh'
su - postgres
-c
'/var/lib/postgres/delete_old_cluster.sh'
# We probably want to manually delete things for now in case this script misses
# some stuff
#su - postgres -c '/var/lib/postgres/delete_old_cluster.sh'
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment