Do you have experience using any external document storage with the Appian environment?

Document Externalization do you have experience using any external document storage with the Appian environment?
i've seen that setting the conf.suite.BASE_PATH we can decide to move the Document Directories to dedicated NFS server .
In my use case (due to the high volume of documents the different running applications will manage /save) to avoid running into Disc Space issue,
we would Map a Network Drive on the server and would set the BASE_PATH to that location.
would this have a bad impact on performances ? (considering the network latency introduced )
Any pitfalls I should look out for?

OriginalPostID-138250

OriginalPostID-138250

  Discussion posts and replies are publicly visible

Parents
  • Since BASE_PATH points to the <APPIAN_HOME>/_admin folder, it would expect to see all the content from _admin there. So I'd recommend copying over the entirety of that folder as the documentation suggestions, with the exception of <APPIAN_HOME>/_admin/search-local, which should not be shared. Also make sure to use forward slashes for the filepath in BASE_PATH, regardless of it being unix or windows.
Reply
  • Since BASE_PATH points to the <APPIAN_HOME>/_admin folder, it would expect to see all the content from _admin there. So I'd recommend copying over the entirety of that folder as the documentation suggestions, with the exception of <APPIAN_HOME>/_admin/search-local, which should not be shared. Also make sure to use forward slashes for the filepath in BASE_PATH, regardless of it being unix or windows.
Children
No Data