On Thu, Oct 9, 2014 at 6:45 PM, Matthew DeAbreu <[email protected]> wrote:
> Unfortunately the only problem with running TW5 on heroku is that they use > what they call an ephemeral filesystem. That is, any time the dyno spins > down (usually from being idle) and then spins up, all file system changes > will be gone and it will only have what's in the git repo. > There's a few ways we can deal with this: * Modify the TiddlyWiki file system adaptor to push each change to git * Replace the TiddlyWiki file system adaptor with a database adaptor - for example, this is a recent experimental CouchDB adaptor: https://github.com/wshallum/couchadaptor It looks like Heroku supports Postgres, so I guess we'd want a Postgres adaptor. Best wishes Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

