Guest User

Untitled

a guest
Jan 21st, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.47 KB | None | 0 0
  1. $ /usr/local/bin/pg_upgrade -k  -d /usr/local/pgsql/data91 -D /usr/local/pgsql/data --old-bindir=/var/tmp/pgbin.SPOsRj4D/bin --new-bindir=/usr/local/bin --check --verbose
  2. Running in verbose mode
  3. Performing Consistency Checks
  4. -----------------------------
  5. Checking cluster versions                                   ok
  6. pg_control values:
  7.  
  8. First log file ID after reset:        0
  9. First log file segment after reset:   2
  10. pg_control version number:            903
  11. Catalog version number:               201105231
  12. Database system identifier:           6377706589830970111
  13. Latest checkpoint's TimeLineID:       1
  14. Latest checkpoint's NextXID:          0/1771
  15. Latest checkpoint's NextOID:          18044
  16. Latest checkpoint's NextMultiXactId:  1
  17. Latest checkpoint's NextMultiOffset:  0
  18. Latest checkpoint's oldestXID:        980
  19. Latest checkpoint's oldestXID's DB:   1
  20. Latest checkpoint's oldestActiveXID:  0
  21. Maximum data alignment:               8
  22. Database block size:                  8192
  23. Blocks per segment of large relation: 131072
  24. WAL block size:                       8192
  25. Bytes per WAL segment:                16777216
  26. Maximum length of identifiers:        64
  27. Maximum columns in an index:          32
  28. Maximum size of a TOAST chunk:        1996
  29. Date/time type storage:               64-bit integers
  30. Float4 argument passing:              by value
  31. Float8 argument passing:              by value
  32. Current pg_control values:
  33.  
  34. pg_control version number:            942
  35. Catalog version number:               201510051
  36. Database system identifier:           6377774801219888145
  37. Latest checkpoint's TimeLineID:       1
  38. Latest checkpoint's full_page_writes: on
  39. Latest checkpoint's NextXID:          0/933
  40. Latest checkpoint's NextOID:          12690
  41. Latest checkpoint's NextMultiXactId:  1
  42. Latest checkpoint's NextMultiOffset:  0
  43. Latest checkpoint's oldestXID:        925
  44. Latest checkpoint's oldestXID's DB:   1
  45. Latest checkpoint's oldestActiveXID:  0
  46. Latest checkpoint's oldestMultiXid:   1
  47. Latest checkpoint's oldestMulti's DB: 1
  48. Latest checkpoint's oldestCommitTsXid:0
  49. Latest checkpoint's newestCommitTsXid:0
  50. Maximum data alignment:               8
  51. Database block size:                  8192
  52. Blocks per segment of large relation: 131072
  53. WAL block size:                       8192
  54. Bytes per WAL segment:                16777216
  55. Maximum length of identifiers:        64
  56. Maximum columns in an index:          32
  57. Maximum size of a TOAST chunk:        1996
  58. Size of a large-object chunk:         2048
  59. Date/time type storage:               64-bit integers
  60. Float4 argument passing:              by value
  61. Float8 argument passing:              by value
  62. Data page checksum version:           0
  63.  
  64.  
  65. Values to be changed:
  66.  
  67. First log segment after reset:        000000010000000000000002
  68. "/var/tmp/pgbin.SPOsRj4D/bin/pg_ctl" -w -l "pg_upgrade_server.log" -D "/usr/local/pgsql/data91" -o "-p 50432 -b  -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directory='/usr/local/pgsql'" start >> "pg_upgrade_server.log" 2>&1
  69.  
  70. *failure*
  71. There were problems executing ""/var/tmp/pgbin.SPOsRj4D/bin/pg_ctl" -w -l "pg_upgrade_server.log" -D "/usr/local/pgsql/data91" -o "-p 50432 -b  -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directory='/usr/local/pgsql'" start >> "pg_upgrade_server.log" 2>&1"
  72. Consult the last few lines of "pg_upgrade_server.log" for
  73. the probable cause of the failure.
  74.  
  75. pg_ctl failed to start the old server, or connection failed
  76. Failure, exiting
Add Comment
Please, Sign In to add comment