Searched refs:serverSocketDir (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/PostgreSQL-97/Support/
H A D05_postgresmigrator.rb45 $serverSocketDir = "/Library/Server/PostgreSQL For Server Services/Socket"
208 command = "sudo -u _postgres #{$newPostgresBinariesDir}/psql postgres -h \"#{$serverSocketDir}\" -c \"#{$serverRolesSQL}\""
212 command = "sudo -u _postgres #{$newPostgresBinariesDir}/createdb collab -O collab -h \"#{$serverSocketDir}\""
214 command = "sudo -u _postgres #{$newPostgresBinariesDir}/createdb caldav -O caldav -h \"#{$serverSocketDir}\""
216 command = "sudo -u _postgres #{$newPostgresBinariesDir}/createdb device_management -O _devicemgr -h \"#{$serverSocketDir}\""
219 command = "sudo -u _postgres #{$newPostgresBinariesDir}/pg_dump #{database} -h \"#{$customerSocketDir}\" | sudo -u _postgres #{$newPostgresBinariesDir}/psql -d #{database} -h \"#{$serverSocketDir}\""
325 if !File.exists?($serverSocketDir)
327 FileUtils.mkdir($serverSocketDir)
328 FileUtils.chmod(0755, $serverSocketDir)
329 FileUtils.chown("_postgres", "_postgres", $serverSocketDir)
[all...]

Completed in 83 milliseconds