dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #38000
Re: How to unistall dhis2 instance
Hi Gerald
I think you neglected to mention you are using dhis2-tools to create
this instance. When you run 'dhis2-instance-create myinstance' a few
things happen:
1. a new user called myinstance is created with a home dir of
/var/lib/dhis2/myinstance
2. a new database role called myinstance is created; and
3. a new database called myinstance is created
So to roll all that back ....
dropdb myinstance (this will remove the database - back it up first if
you need to keep a copy)
dropuser myinstance
userdel -r myinstance
Cheers
Bob
On 16 June 2015 at 03:42, gerald thomas <gerald17006@xxxxxxxxx> wrote:
> Dear Dan,
> When I drop the database, the role for such database is still there; but
> that can be removed also. Now, if I try to create that instance again it
> will say instance already created. So how can remove and create everything
> from scratch.
> Please remember I will the same instance name.
>
> Regards,
> Gerald
>
> On 16 Jun 2015 00:57, "Dan Cocos" <dcocos@xxxxxxxxxxxxxx> wrote:
>>
>> You can simply remove the war file and the directory from your servlet
>> container and drop the database.
>>
>>
>>
>>
>>
>> > On Jun 15, 2015, at 8:08 PM, gerald thomas <gerald17006@xxxxxxxxx>
>> > wrote:
>> >
>> > Dear All,
>> > Please can anyone help give me the steps how to uninstall an instance
>> > in dhis2.
>> >
>> > --
>> > Regards,
>> >
>> > Gerald
>> >
>> > _______________________________________________
>> > Mailing list: https://launchpad.net/~dhis2-devs
>> > Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>> > Unsubscribe : https://launchpad.net/~dhis2-devs
>> > More help : https://help.launchpad.net/ListHelp
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References