Jump to content

Move database to NAS drive?


CrossRiverGames

Recommended Posts

Hi,

 

You can edit the "db.conf" file to select a custom database location path:

 

eg:

<DbConfig> 
  <ProviderName>mysql</ProviderName>
  <ConnectionString>Server=localhost;User ID=root;Password=mypwd;Database={0};Connection Timeout=1200;Pooling=true</ConnectionString>
  <DatabasePath></DatabasePath>
  <DatabasePrefix>SamplePrefix</DatabasePrefix>
</DbConfig>

Regards,

Carlos

Link to comment
Share on other sites

Hi,

 

This option just move the database files.

 

The controlled files, (I guess that you mean the workspace path) will not change. The workspace will be pointing to the same repository altough actually the repo is stored in a different location.

 

Regards,

Carlos.

Link to comment
Share on other sites

Ok,  In that case, you can create a new workspace in the new path and delete the old one.  But emember that the workspaces are client side configurations and each developer will use a different workspace.

 

In your server, you just need to configure the place where you want to store the databases (repositories).

 

Regards,

Carlos.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...