1
1
pgReplicationTutorial
2
2
=====================
3
3
4
- This repository contains files for the PostgreSQL Binary Replication tutorial.
4
+ This repository contains files for the PostgreSQL Binary
5
+ Replication tutorial.
5
6
6
7
These files are required to perform the hands-on exercises.
7
8
Importantly, there is significant setup required in order to
@@ -54,7 +55,7 @@ Install the tutorial exercises on your machine one of two
54
55
ways:
55
56
56
57
** Preferred Method** : Git Checkout from the Github repo. The
57
- repository is here: https://github.com/pgexperts/accidentalDBA ,
58
+ repository is here: https://github.com/jberkus/pgReplicationTutorial ,
58
59
and you can clone it by:
59
60
60
61
git clone https://github.com/jberkus/pgReplicationTutorial.git
@@ -71,8 +72,8 @@ This will require the programs "tar" and "gzip" to expand, as follows:
71
72
We apologize for not providing a "zip" formatted archive, but zip does not
72
73
preserve file permissions, which would cause issues.
73
74
74
- The accidentalDBA directory should be placed somewhere you have disk
75
- space available.
75
+ The ReplicationTutorial directory should be placed somewhere
76
+ you have disk space available.
76
77
77
78
Vagrant Up
78
79
==========
@@ -81,8 +82,8 @@ The first time you do vagrant up, it will require an internet connection
81
82
with significant bandwidth and around 1/2 hour. As such, you should do
82
83
it at home, before you get to the conference or the tutorial.
83
84
84
- Open your terminal program. Navigate to accidentalDBA /vagrant directory.
85
- Type the following:
85
+ Open your terminal program. Navigate to pgReplicationTutorial /vagrant
86
+ directory. Type the following:
86
87
87
88
vagrant up
88
89
@@ -112,7 +113,8 @@ If it does not work on a 32-bit machine, please contact josh@pgexperts.com.
112
113
Other Files In This Package
113
114
===========================
114
115
115
- The pgReplicationTutorial package also contains the following files in the Tutorial directory:
116
+ The pgReplicationTutorial package also contains the following files
117
+ in the Tutorial directory:
116
118
117
119
exercises.txt
118
120
-------------
@@ -127,12 +129,14 @@ pgReplicationTutorial.odt/pdf
127
129
128
130
These are copies of the slides for the tutorial.
129
131
130
- The slides are still under development, and will be provided on the day of the tutorial.
132
+ The slides are still under development, and will be provided on
133
+ the day of the tutorial.
131
134
132
135
License
133
136
=======
134
137
135
- The pgReplicationTutorial is Copyright 2013 Josh Berkus and PostgreSQL Experts Inc.
138
+ The pgReplicationTutorial is Copyright 2013 Josh Berkus
139
+ and PostgreSQL Experts Inc.
136
140
137
141
All slides, text, instructions and similar content in this tutorial are
138
142
licensed [ Creative Commons Attribution-ShareAlike 3.0]
0 commit comments