about summary refs log tree commit diff
path: root/src/bin/kittybox_database_converter.rs
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup and small bugfixing in templatesVika2021-12-051-25/+47
|
* Finally finish the migration toolVika2021-12-021-19/+25
| | | | | | | | | | It works. Launch it using the "kittybox-database-converter" command. First argument should be the old database URI, second should be the new one. It will migrate the DB for you. If you're doing this on a test machine, you can then migrate the database to production using `rsync -rl` to preserve symbolic links created by Kittybox's database backend.
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-0/+78