Changes between Version 29 and Version 30 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 24, 2009, 11:24:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v29 v30 289 289 == Quick Reference == 290 290 291 {{{ 292 ############################################################### 293 # INSTALL 294 ############################################################### 295 291 == Install == 292 {{{ 296 293 sudo apt-get update 297 294 sudo apt-get install postgresql-8.3 … … 319 316 pg_ctl -D /data/postgresql/8.3/main -l /<path_to_log_file>/<my_logfile> 320 317 321 322 ############################################################### 323 # CREATE THE EVERGREEN DATABASE 324 ############################################################### 325 326 ### FROM SOURCE ### 327 318 }}} 319 320 == CREATE THE EVERGREEN DATABASE == 321 322 === FROM SOURCE === 323 324 {{{ 328 325 su postgres 329 326 createuser -P -s evergreen … … 337 334 perl Open-ILS/src/support-scripts/eg_db_config.pl --create-schema #run on the oils server with oils running 338 335 339 340 ### FROM A DUMP FILE ### 341 336 }}} 337 338 === From a dump file === 339 {{{ 342 340 #stop oils 343 341 #drop evergreen db … … 358 356 VACUUM 359 357 ANALYZE 360 361 ############################################################### 362 # INSTALL JSON::XS 363 ############################################################### 364 358 }}} 359 360 == Install JSON::XS == 361 {{{ 365 362 which gcc 366 363 … … 372 369 373 370 }}} 374 ############################################################### [[BR]] 375 # NETWORKING ISSUES [[BR]] 376 ############################################################### [[BR]] 371 372 == NETWORKING ISSUES == 373 377 374 [wiki:sysadminiptables iptables and network configuration][[BR]] 378 375 [wiki:sysadminiptables#NecessaryPorts-DatabaseServer Necessary Ports - Database Server] [[BR]]