1
0
Fork 0
arangodb/js/common/modules/@arangodb/foxx
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
..
check-args.js Implement inline middleware 2016-10-26 18:16:18 +02:00
manager-utils.js Fix getReadableName (#6272) 2018-08-29 17:20:52 +02:00
store.js Added startup error for bad temporary directory setting. (#9551) 2019-07-24 13:49:48 +03:00