Project

General

Profile

Re-initialize database?

Added by Jan Niggemann (redmine.org team member) almost 12 years ago

Hi all,

first of all: Thank you for this really useful software!
After quite a lot of testing, we decided to go with redmine to manage our projects.
Now I'd like to clean all the test data accumulated - how do I re-initialize the database to set all values to default?

Regards
jan


Replies (2)

RE: Re-initialize database? - Added by Alex A almost 12 years ago

remove test database, create new and execute database migration (rake db:migrate RAILS_ENV=production)

    (1-2/2)