Reinstall process its posible just after fresh install

Post Reply
mckaygerhard
Posts: 20
Joined: Thu Jun 08, 2023 6:32 pm
Been thanked: 1 time

i made a clean install, just defaults and i asked if can be possible to made reinstall, no matter what parameters of installations will be re-made

Tags:
User avatar
myVesta
Site Admin
Posts: 932
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

No, it's not possible.
For each service you can see here how it is installed - https://github.com/myvesta/vesta/blob/m ... -debian.sh
You can only manually run those commands if you want to install something.
Before that, you can first remove it:

Code: Select all

apt remove --purge SomeService
Before doing it, backup /etc folder.
Post Reply