Update postgres_new_db_user

This commit is contained in:
vijay 2026-01-23 05:45:23 +00:00
parent 04b3acc428
commit d6a4b18457

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# wget -O /tmp/postgres_new_db_user.sh https://git.technozone.com.au/vijay/Scripts/raw/branch/main/postgres_new_db_user && bash /tmp/postgres_new_db_user.sh && rm -f /tmp/postgres_new_db_user.sh
# Make sure the script is ran within postgres docker container or postgres server installed.
# The script lists the docker containers to select or run it on the postgres server direclty.
#!/bin/sh