1
0
Fork 0
arangodb/js
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
..
actions Info log when server is removed. Store remove date in agency. (#9285) 2019-06-24 14:04:57 +02:00
apps/system Bug fix 3.5/min replication factor (#9524) 2019-07-22 17:48:34 +03:00
client Bug fix 3.5/min replication factor (#9524) 2019-07-22 17:48:34 +03:00
common Added startup error for bad temporary directory setting. (#9551) 2019-07-24 13:49:48 +03:00
node Upgrade JS deps (#8773) 2019-04-17 13:36:26 +02:00
server remove several outdated error codes (#9402) 2019-07-05 13:36:16 +02:00
.eslintrc Upgrade JS deps (#8773) 2019-04-17 13:36:26 +02:00
.jshintrc
GUIDELINES.md
JS_SHA1SUM.txt release version 3.5.0-rc.4 2019-06-13 21:57:29 +02:00
minify-node-modules.ps1