Discussed in #595
Originally posted by gramian November 1, 2022
Dear Developers,
I really like the clean project structure of ArcadeDB; so, as I can configure the location of the database as commandline argument to the server via server.databaseDirectory, I would like to be able to pass target paths for backups and logs with server settings like:
server.backupDirectory (while triggering a backup via SQL is cool, passing the path as SQL argument seems impractical)
server.logDirectory
Furthermore, it would be easier with secrets management (see docker and kubernetes) if the root password could be passed as a path to a file holding it, instead of directly as string, hence I would like a server setting like:
I understand that these new settings may not match the project philosophy.
Thank you for considering
Discussed in #595
Originally posted by gramian November 1, 2022
Dear Developers,
I really like the clean project structure of ArcadeDB; so, as I can configure the location of the database as commandline argument to the server via
server.databaseDirectory, I would like to be able to pass target paths for backups and logs with server settings like:server.backupDirectory(while triggering a backup via SQL is cool, passing the path as SQL argument seems impractical)server.logDirectoryFurthermore, it would be easier with secrets management (see docker and kubernetes) if the root password could be passed as a path to a file holding it, instead of directly as string, hence I would like a server setting like:
server.rootPasswordPathI understand that these new settings may not match the project philosophy.
Thank you for considering