cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset Alfresco Community 5.2 ?

kamilaw_
Champ in-the-making
Champ in-the-making

How to "reset" the system to a fresh install? 

1 ACCEPTED ANSWER

douglascrp
World-Class Innovator
World-Class Innovator

There is no such profile in the SDK 3.0 anymore.

Now, if you need to reset the project, you have to manually delete the alf_data_dev folder and rerun the project.

View answer in original post

4 REPLIES 4

afaust
Legendary Innovator
Legendary Innovator

Drop & re-create the database in PostgreSQL (or whatever database you are using), delete the contentstore, index and index models/content folder. On the next start, Alfresco will create the tables again if it finds an empty database.

kamilaw_
Champ in-the-making
Champ in-the-making

Thanks for your answer. 

In previous version on Alfresco, I usually used Eclipse and Maven and command

mvn clean -Ppurge

There is something like this for Alfresco 5.2? Thanks. K

afaust
Legendary Innovator
Legendary Innovator

You did not specify in your original question that you were talking about the Alfresco SDK, not a regular server installation. Maybe ‌ can answer this - I can't find anything in the documentation / GitHub project about that, and I don't use SDK 3 myself.

douglascrp
World-Class Innovator
World-Class Innovator

There is no such profile in the SDK 3.0 anymore.

Now, if you need to reset the project, you have to manually delete the alf_data_dev folder and rerun the project.