server restore from dump

This commit is contained in:
Priec
2026-09-02 21:27:54 +02:00
parent 8eba1ef735
commit db55067708
5 changed files with 13 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ packaging/appimage/build.sh ./KompAC.AppImage
This performs the existing builds independently:
1. `nix build '.?submodules=1#portable-server'`
2. `yarn tauri build --bundles appimage` in `client-gui2`
2. `yarn tauri build --bundles appimage --features full-embed` in `client-gui2`
3. `assemble.sh` to add the portable server and supervisor to the GUI AppImage
The standalone server and GUI build processes remain available unchanged.
@@ -38,7 +38,9 @@ The standalone server and GUI build processes remain available unchanged.
Already-built artifacts can be combined without rebuilding either application.
The first argument may be either a completed GUI AppImage or Tauri's completed
`.AppDir` directory:
`.AppDir` directory. When combining with an embedded server, the GUI artifact
must have been built with its `full-embed` feature so it can safely place local
dump files into the bundled server's dump directory:
```sh
packaging/appimage/assemble.sh \