Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Setup SQL databases on staging server for testing #434

Open
alicoding opened this issue Oct 18, 2014 · 2 comments
Open

Setup SQL databases on staging server for testing #434

alicoding opened this issue Oct 18, 2014 · 2 comments

Comments

@alicoding
Copy link
Collaborator

We need to test different providers on our staging server, so that we can see which provider we'll be using on our box for Mozfest or even prod in the future.

Our options are:

  1. MySQL
  2. MariaDB
  3. PostgresDB
  4. SQLite

@jdotpz can you help setup any of these to test?

@alicoding
Copy link
Collaborator Author

We will need to create database name makedrive for the first 3 option of databases and set this in the .env

export DB_TYPE="MYSQL"
export DB_NAME="makedrive"
export DB_USERNAME=""
export DB_PASSWORD=""

@jdotpz
Copy link

jdotpz commented Oct 20, 2014

Database is all setup on the staging server. I've created the schema, user/pass, share in lastpass, security group updates to allow makedrive servers to that db instance, and I've updated the .env with the new parameters.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants