Completed
- Recap
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Postgres DB Multi-Instance Setup in Docker With PgAdmin Based Management
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start of Tutorial
- 2 - Intro
- 3 - pgAdmin and Docker installation
- 4 - Using docker-compose script to launch Postgres DB
- 5 - Using Docker Desktop to setup and manage Postgres DB instance
- 6 - Using pgAdmin manage Postgres DB instance
- 7 - Command line access to Postgres DB Instance
- 8 - Updating docker-compose script to run both v12 and v14 Postgres DB side by side
- 9 - Both Postgres version 12.x and 14.x running side by side
- 10 - Managing both Postgres DB v12 and v14 side by side using pgAdmin
- 11 - Recap