In order to reset my db, I uninstalled and reinstalled Magento via composer. All Magento files are in vendor/magento, however the UB Data Migration extension is in app/code. The extension appears in the Magento backend, but the following error appears
CDbConnection failed to open the DB connect
Any ideas?
3 answers
Got it. To be clear, I suppose the install makes a static copy of the database credentials and stores them in:
{magento-root}/pub/ub-tool/protected/config/db.php
and
{magento-root}/pub/ub-tool/protected/config/db.tpl
I was able to manually update these files with the new database credentials and I no longer received the error.
Thank you!