Dynalon / Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
http://dynalon.github.io/Rainy
GNU Affero General Public License v3.0
88 stars 15 forks source link

How to migrate from filesystem to sqlite? #48

Closed igorsantos07 closed 9 years ago

igorsantos07 commented 9 years ago

I've been running an old version of Rainy that used to support filesystem backend - what was useful since I had all my note files from the Tomboy application.

However, when trying to upgrade to the last nightly (besides #47) I noticed there's no explicit support for the filesystem backend anymore. Is it still useable? If not, how do I migrate?

Dynalon commented 9 years ago

The nighty is a nightly build of the git tree, and neither considered stable nur production ready but rather intended for developers. Filesystem support will be present in future releases.

As for migration from Filesystem to DB: there is no straight upgrade path. Sync your notes on your client, then change the Rainy configuration and sync again :)