838 B
838 B
AssetManager update and public source package
This public package intentionally does not contain:
.envdata/config/config.jsonor the runtime-specificdata/config/APPINFO.json- PostgreSQL data
- uploads, logs, backups, or deployed runtime scripts
- local database files or old source-code backups
Copying this package over an existing installation does not overwrite existing configuration, passwords, or user data.
Updating an existing installation
- Back up
.envand the completedata/directory. - Copy the contents of the new
assetmanager/directory over the existing project directory. - Run
docker compose down. - Run
docker compose up -d --build. - Run
docker compose logs --tail=100 -f.
Recreating the sanitized public source archive
python tools/create_github_source.py