Possibly dumb #snac #snac2 question, but what is the best way to install the latest version without affecting the existing users and posts, etc.? I thought I needed to use the command line option "snac upgrade" but looking at the manuals again, I don't think that's actually what that option is for? Is there a write up for just updating to the latest version out there anywhere?
If you installed it from source as I do then simply stop the snac service and then switch to your snac git directory, followed by git pull , make , make install and then restart your snac service.
@justine Ok so similar to the first installation, but just skipping initialization? And that won't affect any of the existing data? (Sorry if this is super basic stuff, I'm not too experienced setting up and running servers.)