is it possible to specify the owner and group of SQLite database file in case it's created by SymmetricDS? Currently it's running as root, so the file gets created as owned by root.
I think it should be possible to change the user SymmetricDS runs as, but would like to check with the developers :-)
Last edit: Alexandr Zarubkin 2024-05-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently that is not something that is being explored. If you are looking to have this functionality added, you could submit a pull request with the proposed changes. Alternatively, you could create the SQLite database ahead of time with the user already setup and supply that user to SymmetricDS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
is it possible to specify the owner and group of SQLite database file in case it's created by SymmetricDS? Currently it's running as root, so the file gets created as owned by root.
I think it should be possible to change the user SymmetricDS runs as, but would like to check with the developers :-)
Last edit: Alexandr Zarubkin 2024-05-08
Currently that is not something that is being explored. If you are looking to have this functionality added, you could submit a pull request with the proposed changes. Alternatively, you could create the SQLite database ahead of time with the user already setup and supply that user to SymmetricDS.