Your IP : 216.73.216.123


Current Path : /usr/libexec/initscripts/legacy-actions/postgresql/
Upload File :
Current File : //usr/libexec/initscripts/legacy-actions/postgresql/upgrade

#!/bin/sh

# Legacy action script for "service postgresql --upgrade"
cmd="/usr/bin/postgresql-setup --upgrade --unit postgresql"
echo "Hint: the preferred way to do this is now \"$cmd\"" >&2
$cmd