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

Fix broken user_avatar images during Discourse migration from specifiction.org to discuss.webplatform.org #162

Closed
renoirb opened this issue Apr 30, 2015 · 3 comments
Assignees

Comments

@renoirb
Copy link
Member

renoirb commented Apr 30, 2015

While attempting to migrate discourse.specifiction.org into discuss.webplatform.org (ref #152) images of avatars are broken.

Possible causes

Note we didn’t setup asset storage on S3.

  1. Internal communication between frontend NGINX server didn’t pass proxy_set_header X-Forwarded-Proto https;? (outcome, it didn’t change anything)

  2. Run recommended steps (outcome; read and tried this, this and this , didn’t change anything)

    ./launcher enter app
    rake posts:rebake
    rake uploads:clean_up
    
  3. Migrated from specifiction.org to webplatform.org from backup generated from the same Discourse version on both installs? (needs investigation 👍 )

How it looks like

discourse_migration_list_gravatar_images

@renoirb
Copy link
Member Author

renoirb commented Apr 30, 2015

Solution, re-import backup from original that has the same version as new deployment, plus;

./launcher enter app
rake posts:rebake
rake uploads:clean_up

NOTE: didn´t test without it, it was just in case.

@renoirb
Copy link
Member Author

renoirb commented Apr 30, 2015

Solved!! \o/

@renoirb renoirb closed this as completed Apr 30, 2015
@renoirb renoirb self-assigned this Apr 30, 2015
@renoirb
Copy link
Member Author

renoirb commented May 12, 2015

Sent in "Work status update" email on devrel list

@renoirb renoirb removed the 4 - Done label May 12, 2015
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

No branches or pull requests

1 participant