Cleanup /opt/rhodecode/store

In my opinion it make sense to go to following steps to avoid the issue described by tcsabina:

  1. rename existing sql database(s) before STEP 6, f.e. community-1_db to community-1_backup
  2. create a new empty sql database named as the old database name, f.e. community-1_db
  3. Now “rccontrol install Community” could create the data structure in community-1_db without user data.
  4. “rccontrol stop community-1”
  5. Drop community-1_db
  6. Rename community-1_backup to community-1_db
  7. “rccontrol start community-1”