https://github.com/linuxacademy/content-postgresql-deepdive
https://github.com/linuxacademy/content-postgresql-deepdive
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxacademy/content-postgresql-deepdive
- Owner: linuxacademy
- Created: 2020-02-04T18:43:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T14:05:09.000Z (over 6 years ago)
- Last Synced: 2025-02-28T09:44:29.723Z (over 1 year ago)
- Language: TSQL
- Size: 295 KB
- Stars: 11
- Watchers: 9
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Administration Deep Dive
Welcome to the official repo for the Linux Academy "PostgreSQL Administration Deep Dive" course. Here you will find:
- The example database 'acweb'. This includes a backup of the database, a script to simply create the barebones structures for it, as well as scripts for loading it with mock data.
- Scripts for completing the hands-on labs associated with this course.
- Example files of commands for installing PostgreSQL on CentOS and Ubuntu.
I hope that this content is useful both for those in the course as well as anyone else wanting to start or continue learning PostgreSQL.
Happy learning!
Landon Fowler