I don't have any attachments or plugins, do I just need to backup the .db and config files? I'm about to migrate to new hardware and don't want to lose my Redmine stuff.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Copying the config files and database files would be fine, but you could also dump a copy of it out just to be extra safe.

sqlite <mydatabase>
.dump >file.sql
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.