I am looking for ideas or advice on how to change the folder for umbracos indexes etc. Properly the whole App_Data folder.
I am working on a project where several clients have the same codebase deployed to their own environment (and databases).
The problem I am trying to fix, is that when we need to connect our development environment to a client (dev) database it takes forever to boot up Umbraco because it needs to initializa new indexes.
My idea was to dynamically spicify a seperate App_Data folder. For instance it could be dynamically set to a part of DB name in the connection string.
Something like:
~/App_Data/clientenvironment/...
( "..." being the normal folder structure in the App_Data folder)
Any ideas on how to do this, or if it even possible?
Custom folder for indexes etc.
Hi.
I am looking for ideas or advice on how to change the folder for umbracos indexes etc. Properly the whole App_Data folder.
I am working on a project where several clients have the same codebase deployed to their own environment (and databases).
The problem I am trying to fix, is that when we need to connect our development environment to a client (dev) database it takes forever to boot up Umbraco because it needs to initializa new indexes.
My idea was to dynamically spicify a seperate App_Data folder. For instance it could be dynamically set to a part of DB name in the connection string.
Something like:
~/App_Data/clientenvironment/...
( "..." being the normal folder structure in the App_Data folder)
Any ideas on how to do this, or if it even possible?
Thank you
is working on a reply...