Updating - michaelfdeberry/overseer GitHub Wiki
Manual Update Process
For the basic installation the latest version of the install can be run. However, manual updates can be performed using the following instructions.
- Run the command
sudo service overseer stop
NOTE: Only applies to the Overseer Server - Rename the existing
overseer
directory tooverseer_old
- Extract the archive with should create a new overseer directory
- Copy the
overseer.db
file fromoverseer_old
tooverseer
. NOTE: Only applies to the Overseer Server - Delete the
overseer_old
directory. - Run the command
sudo service overseer start
. NOTE: Only applies to the Overseer Server