1
0
Fork 0
arangodb/lib/ApplicationFeatures
Jan 0a2c9359ac Added startup error for bad temporary directory setting. (#9551)
* Added startup error for bad temporary directory setting.

  If the temporary directory (--temp.path) setting is identical to the database
  directory (`--database.directory`) this can eventually lead to data loss, as
  temporary files may be created inside the temporary directory, causing overwrites of
  existing database files/directories with the same names.
  Additionally the temporary directory may be cleaned at some point, and this would lead
  to an unintended cleanup of the database files/directories as well.
  Now, if the database directory and temporary directory are set to the same path, there
  will be a startup warning about potential data loss (though in ArangoDB 3.4 allowing to
  continue the startup - in 3.5 and higher we will abort the startup).

* fix failing tests
2019-07-24 13:49:48 +03:00
..
AQLPhase.cpp Bug fix/rename iresearch analyzer feature (#9424) 2019-07-08 15:46:57 +03:00
AQLPhase.h
AgencyPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
AgencyPhase.h
ApplicationFeature.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationFeature.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationFeaturePhase.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
ApplicationFeaturePhase.h big reformat 2018-12-26 00:54:03 +01:00
ApplicationServer.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationServer.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
BasicPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
BasicPhase.h
ClusterPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
ClusterPhase.h
CommunicationPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
CommunicationPhase.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ConfigFeature.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
ConfigFeature.h big reformat 2018-12-26 00:54:03 +01:00
DaemonFeature.cpp Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
DaemonFeature.h Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
DatabasePhase.cpp big reformat 2018-12-26 00:54:03 +01:00
DatabasePhase.h
EnvironmentFeature.cpp Avoid some exceptions in environment feature when reading files. (#8834) 2019-04-26 10:21:34 +02:00
EnvironmentFeature.h big reformat 2018-12-26 00:54:03 +01:00
FinalPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
FinalPhase.h
FoxxPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
FoxxPhase.h
GreetingsFeature.cpp Convert unit tests to googletest framework (#9034) 2019-05-21 09:17:46 +02:00
GreetingsFeature.h big reformat 2018-12-26 00:54:03 +01:00
GreetingsPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
GreetingsPhase.h
HttpEndpointProvider.h big reformat 2018-12-26 00:54:03 +01:00
LanguageFeature.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
LanguageFeature.h Feature/upgrade v8 7.1.302.28 (#8088) 2019-02-19 11:15:34 +01:00
MaxMapCountFeature.cpp big reformat 2018-12-26 00:54:03 +01:00
MaxMapCountFeature.h big reformat 2018-12-26 00:54:03 +01:00
NonceFeature.cpp big reformat 2018-12-26 00:54:03 +01:00
NonceFeature.h big reformat 2018-12-26 00:54:03 +01:00
PageSizeFeature.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
PageSizeFeature.h big reformat 2018-12-26 00:54:03 +01:00
PrivilegeFeature.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
PrivilegeFeature.h Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
RocksDBOptionFeature.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
RocksDBOptionFeature.h fix type of hidden startup option `--rocksdb.recycle-log-file-num` (#8517) 2019-03-22 11:21:53 +01:00
ServerPhase.cpp big reformat 2018-12-26 00:54:03 +01:00
ServerPhase.h
ShellColorsFeature.cpp big reformat 2018-12-26 00:54:03 +01:00
ShellColorsFeature.h big reformat 2018-12-26 00:54:03 +01:00
ShutdownFeature.cpp big reformat 2018-12-26 00:54:03 +01:00
ShutdownFeature.h big reformat 2018-12-26 00:54:03 +01:00
SupervisorFeature.cpp Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
SupervisorFeature.h big reformat 2018-12-26 00:54:03 +01:00
TempFeature.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
TempFeature.h Added startup error for bad temporary directory setting. (#9551) 2019-07-24 13:49:48 +03:00
V8Phase.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
V8Phase.h
V8PlatformFeature.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
V8PlatformFeature.h big reformat 2018-12-26 00:54:03 +01:00
V8SecurityFeature.cpp disable security checkes for statistics (#9282) 2019-06-24 15:07:39 +02:00
V8SecurityFeature.h Bug fix/permission tests (#8890) 2019-05-07 15:07:59 +02:00
V8ShellPhase.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
V8ShellPhase.h
VersionFeature.cpp big reformat 2018-12-26 00:54:03 +01:00
VersionFeature.h big reformat 2018-12-26 00:54:03 +01:00
WindowsServiceFeature.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
WindowsServiceFeature.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00