939ff1a47823f63bdb8b4812ca632b2a3ff0788e
App_PostgreSQL_DB_bash_creator
Very basic bash script to create a database on PostgreSQL with its own user and password to be used by an application like a website, cloud, etc.
To run type in terminal: sudo bash sql_datauser.sh // Make sure you are sudo here
It will ask you to input the necessary fields and in the END it will ask you for the password for the user using sudo.
Description
Very basic bash script to create a database on PostgreSQL with its own user and password to be used by an application like a website, cloud, etc.
To run type in terminal: sudo bash sql_datauser.sh // Make sure you are sudo here
It will ask you to input the necessary fields and in the END it will ask you for the password for the user using sudo.
Languages
Shell
100%