-3

I need to know if I can change the database of crafter cms from no sql to sql server database ?

user718410
  • 85
  • 1
  • 2
  • 9
  • 2
    Maybe you should check with the vendor? – Sean Lange Oct 09 '19 at 13:34
  • It is open-source so theoretically you can interface it to whatever backend you desire - just write some code. – SMor Oct 09 '19 at 13:37
  • I Googled Crafter CMS (as I had never heard of it), and they answer this question in their own [Documentation](https://docs.craftercms.org/en/3.1/faq/index.html?highlight=database#do-i-need-to-connect-crafter-cms-to-a-database): *"Crafter Studio embeds and manages its own database. Crafter Social and Crafter Profile leverage MongoDB. These are optional components."* – Thom A Oct 09 '19 at 13:41

1 Answers1

1

Looking at the System requirements and searching through their documentation I would hazard a guess that they do not support SQL Server and this would likely be more of a custom modification you would need to undertake if you have the required skills.

According to Crafter's documentation, the requirements are for Mongo DB 3 which is included with the base installation of the product.

Unless the vendor clearly specifies they support the DB Engine I would strongly suggest against moving away from the already-in-place database engine.

Documetation I'm making reference to can be found here https://docs.craftercms.org/en/3.1/system-administrators/index.html

LinkOps
  • 331
  • 3
  • 14