We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
purge
1 parent b101d29 commit 24e2b58Copy full SHA for 24e2b58
assets/runtime/functions
@@ -239,7 +239,7 @@ gitlab_uninstall_unused_database_client() {
239
# remove unused client using regex above
240
UNUSED_DB_CLIENTS=$(apt-cache pkgnames postgresql-client | grep -v -e "${REGEX_DB_CLIENT_VERSIONS_IN_USE}" | tr '\n' ' ')
241
echo "- Uninstalling unused client(s): ${UNUSED_DB_CLIENTS}"
242
- DEBIAN_FRONTEND=noninteractive apt-get -qq remove -- ${UNUSED_DB_CLIENTS} >/dev/null
+ DEBIAN_FRONTEND=noninteractive apt-get -qq purge -- ${UNUSED_DB_CLIENTS} >/dev/null
243
fi
244
}
245
0 commit comments