volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Commerce database schema deployment

Is there out of the box way to install Commece database schema without installing Commerce site?

I know that that is easy for Cms schema. There is corresponding action in Deployment Center for CMS, but there is nothing similar for Commerce.

 

#78955
Dec 05, 2013 15:19

I thought there was an option added in this version to allow this but I do not see it.  If you want to install a database you can run the following script

C:\Program Files (x86)\EPiServer\CMS\7.5.394.2\Install\Modules\EPiServer Commerce 7.5.394.2\ECF\Data\SqlScripts\Helpers\Setup.bat with the following parameters from the bat file

 

set dbAdmin=%1
set dbAdminPass=%2
set dbServer=%3
set dbName=%4
set dbUser=%5
set dbPass=%6
set appName=%7

The script will create the database and the set the specified dbuser and dbpass as the dbo of the newly created database.

#79190
Dec 10, 2013 19:43
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.