Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL for landfill data in documentation and command #44

Merged
merged 1 commit into from Apr 18, 2014
Merged

Update URL for landfill data in documentation and command #44

merged 1 commit into from Apr 18, 2014

Conversation

davidbgk
Copy link
Contributor

No description provided.

@@ -249,7 +249,7 @@ snapshot manually (ie without the management command)::
export DB_USER=olympia
mysqladmin -uroot create $DB_NAME
mysql -uroot -B -e'GRANT ALL PRIVILEGES ON $DB_NAME.* TO $DB_USER@localhost'
wget --no-check-certificate -P /tmp https://landfill.addons.allizom.org/db/landfill-`date +%Y-%m-%d`.sql.gz
wget --no-check-certificate -P /tmp https://landfill-addons.allizom.org/db/landfill-`date +%Y-%m-%d`.sql.gz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need --no-check-certificate anymore. WIth the URL change we can use the real cert

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure? Firefox asked me to validate an invalid certificate when I reached that URL.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't see any invalid certificate error here, however the url seems to be /db_data/ and not /db/

@magopian
Copy link
Contributor

r+wc

davidbgk added a commit that referenced this pull request Apr 18, 2014
Update URL for landfill data in documentation and command
@davidbgk davidbgk merged commit 9e51c14 into mozilla:master Apr 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants