- Timestamp:
- 07/31/2026 02:02:34 PM (6 weeks ago)
- Branches:
- main
- Children:
- 0ca7e9a4
- Parents:
- 5462bab
- File:
-
- 1 edited
-
deploy/MULTI-INSTANCE.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deploy/MULTI-INSTANCE.md
r5462bab rf434294 84 84 because the port comes from the same `.env`. 85 85 86 **Rolling back.** The old `klonkt.service` is disabled but not deleted. To go 87 back, move the data into `/opt/klonkt/storage`, restore the relative paths in 88 `.env`, and run `systemctl enable --now klonkt`. 86 **Rolling back.** The old `klonkt.service` is disabled and masked, not deleted. 87 Masked because `disable` alone does not stop `systemctl restart klonkt` from 88 starting it again, and a resurrected unit no longer finds its `.env` (that moved 89 with the data): it would fall back to the defaults and write a fresh empty 90 database into the checkout. To go back, move the data into `/opt/klonkt/storage`, 91 restore the relative paths in `.env`, then `systemctl unmask klonkt` and 92 `systemctl enable --now klonkt`. 89 93 90 94 ## Adding an instance
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)