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

/macosx-10.10/PostgreSQL-97/Support/
H A D05_postgresmigrator.rb69 def exitWithError(message) method
89 exitWithError("Wiki and Profile Manager will not be available.")
116 exitWithError("Wiki and Profile Manager will not be available.")
123 exitWithError("serveradmin #{cmd} failed") if $?.exitstatus != 0
126 exitWithError("Could not obtain results from serveradmin #{cmd}") if dict.nil?
134 exitWithError("Required file missing from previous system: #{plist}. This is probably an invalid attempt to upgrade/migrate from a non-server system") if !File.exists?(plist)
136 exitWithError("Could not obtain settings from source plist #{plist}") if dict.nil?
138 exitWithError("Could not obtain ProgramArguments from source plist #{plist}") if args.nil?
140 exitWithError("Could not obtain dataDir from source plist #{plist}") if dataDirIndex.nil?
142 exitWithError("Coul
[all...]
H A D58_postgres_setup.rb68 def exitWithError(message) method
95 exitWithError("Wiki and Profile Manager will not be available.")
113 exitWithError("Wiki and Profile Manager will not be available.")
123 exitWithError("Could not obtain results from serveradmin #{cmd}") if dict.nil?
142 exitWithError("Wiki and Profile Manager will not be available.")
346 exitWithError("Wiki and Profile Manager will not be available.")
350 exitWithError("Source has a pre-2.2 version but a 2.2 data directory path. Exiting.")
415 exitWithError("Wiki and Profile Manager will not be available.")
421 exitWithError("Wiki and Profile Manager will not be available.")
461 exitWithError("W
[all...]

Completed in 86 milliseconds