PG Upgrade
PG Upgrade
BRUCE MOMJIAN
1 / 19
Traditional Postgres Major Upgrade Options
2 / 19
Why Major Upgrades of Postgres Are Complex
3 / 19
Why Pg_Upgrade
4 / 19
How It Works: Initial Setup
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22
11 17 23
12 18 24
13 19 25
14 20 26
15 21 27
clog clog
5 / 19
Decouple New Clog Via Freezing
3
5
6
8
9
2
3
Freeze 5
6
8
pg_class pg_class
10 16 22
11 17 23
12 18 24
13 19 25
14 20 26
15 21 27
X X
clog clog
6 / 19
Transfer Clog and XID
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22
11 17 23
12 18 24
13 19 25
14 20 26
15 21 27
clog clog
7 / 19
Get Schema Dump
pg_dumpall − −schema
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22
11 17 23
12 18 24
13 19 25
14 20 26
15 21 27
clog clog
8 / 19
Restore Schema In New Cluster
pg_dumpall − −schema
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22 10 16 22
11 17 23 11 17 23
12 18 24 12 18 24
13 19 25 13 19 25
14 20 26 14 20 26
15 21 27 15 21 27
clog clog
9 / 19
Copy User Heap/Index Files
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22 10 16 22
11 17 23 11 17 23
12 18 24 12 18 24
13 19 25 13 19 25
14 20 26 14 20 26
15 21 27 15 21 27
clog clog
10 / 19
Complete
2 5 8 2 5 8
3 6 9 3 6 9
pg_class pg_class
10 16 22 10 16 22
11 17 23 11 17 23
12 18 24 12 18 24
13 19 25 13 19 25
14 20 26 14 20 26
15 21 27 15 21 27
clog clog
11 / 19
How It Works: In Detail
12 / 19
Sample Run: Performing Consistency Checks
13 / 19
Sample Run: Performing Migration
Performing Upgrade
------------------
Analyzing all rows in the new cluster ok
Freezing all rows on the new cluster ok
Deleting files from new pg_xact ok
Copying old pg_xact to new server ok
Setting next transaction ID for new cluster ok
Resetting WAL archives ok
Setting frozenxid counters in new cluster ok
Creating databases in the new cluster ok
Adding support functions to new cluster ok
Restoring database schema to new cluster ok
Removing support functions from new cluster ok
Adding ".old" suffix to old global/pg_control ok
If you want to start the old cluster, you will need to remove
the ".old" suffix from /u/pgsql.old/data/global/pg_control.old.
Because "link" mode was used, the old cluster cannot be safely
started once the new cluster has been started.
14 / 19
Sample Run: Completion
Upgrade Complete
----------------
Optimizer statistics are not transferred by pg_upgrade so,
once you start the new server, consider running:
analyze_new_cluster.sh
Running this script will delete the old cluster’s data files:
delete_old_cluster.sh
15 / 19
Possible Data
Format Changes
16 / 19
Speed Comparison
Timings courtesy of
Stefan Kaltenbrunner
(mastermind on IRC)
17 / 19
Release History
18 / 19
Conclusion
https://momjian.us/presentations https://www.flickr.com/photos/ram_balmur/
19 / 19