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

/macosx-10.10/PostgreSQL-97/Support/
H A D05_postgresmigrator.rb42 $newPostgresDataDirCustomer = "/Library/Server/PostgreSQL/Data"
239 if File.exists?($newPostgresDataDirServer) || File.exists?($newPostgresDataDirCustomer)
270 FileUtils.mkdir($newPostgresDataDirCustomer)
271 FileUtils.chmod(0700, $newPostgresDataDirCustomer)
272 FileUtils.chown("_postgres", "_postgres", $newPostgresDataDirCustomer)
275 command = "sudo -u _postgres #{$newPostgresBinariesDir}/initdb --encoding UTF8 -D \"#{$newPostgresDataDirCustomer}\""
495 customerTargetDir = NSString.alloc.initWithString($targetRoot + $newPostgresDataDirCustomer).stringByStandardizingPath

Completed in 72 milliseconds