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

/macosx-10.10/PostgreSQL-97/Support/
H A D05_postgresmigrator.rb41 $newPostgresDataDirServer = "/Library/Server/PostgreSQL For Server Services/Data"
239 if File.exists?($newPostgresDataDirServer) || File.exists?($newPostgresDataDirCustomer)
244 FileUtils.mkdir($newPostgresDataDirServer)
245 FileUtils.chmod(0700, $newPostgresDataDirServer)
246 FileUtils.chown("_postgres", "_postgres", $newPostgresDataDirServer)
249 command = "sudo -u _postgres #{$newPostgresBinariesDir}/initdb --encoding UTF8 -D \"#{$newPostgresDataDirServer}\""
494 serverTargetDir = NSString.alloc.initWithString($targetRoot + $newPostgresDataDirServer).stringByStandardizingPath

Completed in 68 milliseconds