Changes between Version 1 and Version 2 of Sensors/Grimm/settingUpPostgresDB
- Timestamp:
- Oct 7, 2014, 4:48:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/Grimm/settingUpPostgresDB
v1 v2 1 ---------------------------------- 2 installing and setting up a new db 3 ---------------------------------- 1 2 == installing and setting up a new db == 3 4 4 You will need sudo on that machine. 5 5 … … 26 26 su - postgres 27 27 pg_ctl start -D /usr/local/pgsql/data 28 -----------------------------------29 28 30 Configuring 29 30 ==Configuring== 31 31 32 32 The config files will be inside the database cluster directory you created above (so /usr/local/pgsql/data/ in the example).