Skip to content

Simplify PostgreSQL Database Management: Automating Multiple Database Drop/Create Operations

Notifications You must be signed in to change notification settings

Muhammad-Imtiaz/postgres-automation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

postgres-automation-scripts

Simplify PostgreSQL Database Management: Automating Multiple Database Drop/Create Operations

Steps:

  1. Make these scripts executable
chmod +x create-dbs.sh
chmod +x drop-dbs.sh
  1. Run these scripts as follows
./create-dbs.sh
./drop-dbs.sh

Reference: Follow this blog for further details :)!

About

Simplify PostgreSQL Database Management: Automating Multiple Database Drop/Create Operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages