Upgrade
Installing for the first time? Check out the installation instructions instead.
Overview
Upgrading an existing installation of TightWiki is fairly straightforward.
Generally, TightWiki is distributed in one of two packages, TightWiki.Linux.x64.zip or TightWiki.Windows.x64.zip.
Inside each of these zip files are two directories, one called data and one called Site. For upgrading an existing installation, you DO NOT need the data files - as your existing data files are upgraded in-place by the website itself. This includes automatically adding fields, data, tables, etc.
Process
- For safety, locate your existing installation data files and create a backup by copying them to a safe location.
- Extract the zip file, e.g. TightWiki.Windows.x64.zip
- Inside the extracted site directory, locate and delete the files: appsettings.json and web.config. This is because you do not want to overwrite your existing configuration files.
- Stop your site in IIS. This is so that the files will not be in use which would prevent you from overwriting the existing files.
- Copy the contents from the site extracted site directory to the location of your existing TighWiki installation, overwriting the existing files.
- Start the website in IIS.
- Browse to your site and give it a good smoke test.
Related
- Installation - General instructions for installing TightWiki
- Upgrade - Instructions for upgrading TightWiki to the next version.