Closed
Bug 802875
Opened 12 years ago
Closed 12 years ago
Request for new mysql DB for webpay dev
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kumar, Assigned: jason)
References
Details
We deployed the Marketplace payments server in bug 797608 and you can find it at https://marketplace-dev.allizom.org/mozpay/ -- the code is at https://github.com/mozilla/webpay
We are ready to hook it up to a mysql database [1]. Since this is related to Marketplace and thus AMO maybe it should be called addons_webpay ? The name doesn't matter. Jason would just need to know the settings for DB name, DB user, password, host, and port so he can adjust the settings on -dev.
[1] it actually used to be hooked up to zamboni's DB but ignore that, it was just an experiment.
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-database → jthomas
Assignee | ||
Comment 1•12 years ago
|
||
mysql> show create database marketplace_dev_allizom_org_webpay;
+------------------------------------+---------------------------------------------------------------------------------------------+
| Database | Create Database |
+------------------------------------+---------------------------------------------------------------------------------------------+
| marketplace_dev_allizom_org_webpay | CREATE DATABASE `marketplace_dev_allizom_org_webpay` /*!40100 DEFAULT CHARACTER SET utf8 */ |
+------------------------------------+---------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Thanks Jason. It's working on -dev too.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•