The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems

Howto reinstall

Problems with installing LogicalDOC? No problems, the solution is closer than you think.

Moderator: car031

mvincent
Posts: 3
Joined: Mon Apr 15, 2013 12:36 pm

Howto reinstall

Tue Nov 12, 2013 6:03 pm

Hi,

I'd like to clean my logicaldoc installation ie delete all docs from my database.
What is the cleanest way to do such an operation ?

Thanks in advance
Matthieu
agaspa
Posts: 714
Joined: Tue Apr 20, 2010 8:24 am

Re: Howto reinstall

Mon Dec 23, 2013 5:52 pm

We should do a distinction,
if you installed on MySQL database or using the embedded DB HSQL
In the first case you should delete your old logicaldoc schema and recreate a new empty logicaldoc schema.

First:
shutdown LogicalDOC service / Tomcat.

### Only if you installed with MySQL
### Delete and recreate the DB schema
DROP DATABASE logicaldoc;
CREATE DATABASE logicaldoc;

### Common part to both installations
You can then delete the working folder (Repository Folder) and all its content (to save space).

Restart the LogicalDOC service / Tomcat
To this point you can start a new installation using the setup procedure
LogicalDOC Community: http://localhost:8080/logicaldoc/setup
LogicalDOC Business/Enterprise: http://localhost:8080/setup

Note: use admin/admin as creadentials to authenticate for the setup

Return to “Installation”

Who is online

Users browsing this forum: No registered users and 52 guests

× Attention! This forum has been dismissed and will be soon removed. The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems.