Skip to content

Commit

Permalink
adding pathway for training (#42)
Browse files Browse the repository at this point in the history
* up to date (#1)

* Cleanup

* Use latest version of docker

* Remove Docker first

* Remove more of Docker

* Start Docker after installing

* fixed misspecification

* breaking apart the workshop

* beginning

* finished first page and added to the dir

* more scaffolding

* more progress

* mid progress in page 3

* a little more

* done for now

* fixing commands

* normal typo and bug finding

* typo fixes from @davecramer

* more general cleanup

* trying to see pgadmin4

* missing hyphens matter

* trying later version of pgadmin

* roll that back

* think I got it

* think I got it

* Modified property to show correctly the tabs (#3)

Signed-off-by: Gabriela S. Soria <[email protected]>

* some bug fixes and new module

* fixing image

* fixing image

* Fixing functions

* Beginnings of pgadmin class

* getting the DBA stuff in

* pathway for DBA
  • Loading branch information
thesteve0 authored Jul 26, 2019
1 parent f93e3f6 commit 0060b3a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions training/dba-pathway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"title": "DBA Workshop",
"description": "",
"courses": [
{
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "setting-up-pg",
"title": "1 - Setting Up PostgreSQL",
"course_id": "setting-up-pg"
}, {
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "setting-up-replication",
"title": "2 - Setting Up PostgreSQL Replication",
"course_id": "setting-up-replication"
}, {
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "dump-restore",
"title": "3 - PG Dump & Restore",
"course_id": "dump-restore"
}, {
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "pgbasebackup",
"title": "4 - PGBasebackup",
"course_id": "pgbasebackup"
}, {
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "pgbackrest",
"title": "5 - pgBackRest ",
"course_id": "pgbackrest"
}, {
"pathway_id": "crunchydata/basic-postgresql-for-dbas",
"id": "failover",
"title": "6 - Failover ",
"course_id": "failover"
}
]
}

0 comments on commit 0060b3a

Please sign in to comment.