Skip to content

Updating Memos

In general, you should download and install new versions of Memospot when they are released. They come bundled with the latest tested Memos server version, being the easiest and safest way to update.

While a standalone server update works in most cases, manual updates are strongly discouraged for anything other than a Patch version release.

For convenience, there are server updater scripts with auto-backup capabilities.

Open PowerShell and run the following command:

Terminal window
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/memospot/memospot/main/memos-server-updater.ps1'))

You can check the script source here.

The basic server update process is to download the latest Memos release from the memos-builds repository and replace the memos binary in the installation folder.

Memos location:

Terminal window
%LocalAppData%\Memospot\memos.exe
Terminal window
$Env:LocalAppData\Memospot\memos.exe
Terminal window
%ProgramFiles%\Memospot\memos.exe
Terminal window
$Env:ProgramFiles\Memospot\memos.exe

The downloaded build contains a dist folder (the web front end). You must place it in the appropriate folder:

Terminal window
%LocalAppData%\Memospot
Terminal window
$Env:LocalAppData\Memospot