Relocation of server runtime files
See original GitHub issueWith the work that @dlc-ariel is doing on cleaning up some of linting errors in #400, I was prompted by the latest errors being produced to investigate further.
The latest error was attempting to make a directory in the FTS package install directory in preparation for placing data package files within the directory. This is a bad practice and opens the FTS installation to the possiblity of being compromised. The FTS installation directory should be treated as an immutable location and no additional files should be placed there.
Work involved:
- Update
MainConfig
defaults with paths that are outside of where FTS gets installed (there may be a path or two that reference files distributed with the package–ExCheckFilePath
?–that would not need to be changed) - Add a note to the 2.0 release notes of this breaking change
- Add documentation to user docs to assist users on migrating their data to new locations (this doc should also be referenced in release notes)
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Cmake - Relocation error at runtime when running in server
I wrote and compiled a program in C++ using cmake in a Windows Subsystem for Linux (WSL, Ubuntu). The program opens a CSV...
Read more >srvctl relocate server - Oracle Help Center
Relocates servers to a server pool in the cluster. Syntax and Parameters. Use the srvctl relocate server command with the following syntax: srvctl...
Read more >Deploy Folder Redirection with Offline Files - Microsoft Learn
The file server is the computer that hosts the redirected folders. ... Enable Always Offline mode, and Enable optimized folder moving.
Read more >How to relocate a fileSMART Server - MRI Knowledgebase
A File Smart Server relocation is performed by MRI Software's Project Management team. This will incur a one off fee and must be...
Read more >Moving the Historian Runtime Database from One Machine to ...
It is sometimes necessary to move a Runtime database from one Historian Server computer to another. This Tech Note provides step-by-step ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m going to begin working on this today so that we can have functional CI system before pulling my or @dlc-ariel pulls.
just pushed some changes which fix the config wizard and change the
main path
to thepersistency path