question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Relocation of server runtime files

See original GitHub issue

With 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:open
  • Created 10 months ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
naman108commented, Nov 23, 2022

I’m going to begin working on this today so that we can have functional CI system before pulling my or @dlc-ariel pulls.

0reactions
naman108commented, Dec 1, 2022

just pushed some changes which fix the config wizard and change the main path to the persistency path

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found