This is great but, whats the best way to store attachments ?
Re: Wordpress on Heroku
#21You could use a WP plugin that stores them on Amazon S3. It's not free, but it's like < $1 month for normal blog needs.
21–24 of 24 posts
This is great but, whats the best way to store attachments ?
Earlier quoted context omitted.
Well for one there's no MySQL hosting at Heroku. So unless you've got a server somewhere else this is a non-starter.
Heroku has addons (which are pretty fundamental to the system - even 'custom domains' is an addon, albeit first-party) which provide MySQL - it's even stated in the article...
This is great but, whats the best way to store attachments ?
You could use a WP plugin that stores them on Amazon S3. It's not free, but it's like < $1 month for normal blog needs.
edit: actually, I think the upload to S3 button is different from upload media button. That's why I didn't see it.