Files
openfsd/wiki
Reese Norris e0d7532423 feat: make openfsd SQLite-only with Postgres migration tool
Drop runtime PostgreSQL support (repos, dual migration trees, driver
selection). Reject non-sqlite DATABASE_DRIVER at startup with a pointer
to the cutover path. Add openfsd-migrate-to-sqlite (unit + embedded-
Postgres e2e), wiki docs for operators, and the sweatbox integrated
simulator design doc.
2026-07-17 16:09:55 -04:00
..

Wiki source (tracked in-repo)

This folder is the canonical openfsd operator wiki. GitHub hosts a separate wiki git repository (openfsd.wiki.git); we keep the same Markdown here so docs review and version with application code.

Syncing to the live GitHub wiki

One-time:

git clone https://github.com/renorris/openfsd.wiki.git /tmp/openfsd.wiki

Publish (from a clean checkout of this repo):

# Copy pages (not this README) into the wiki clone
rsync -a --delete \
  --exclude README.md \
  --exclude .git \
  wiki/ /tmp/openfsd.wiki/

cd /tmp/openfsd.wiki
git add -A
git status
git commit -m "Sync wiki from openfsd repo"
git push origin master

GitHub wiki default branch is usually master. Do not commit the nested .git of the wiki clone into the main repo.

Page naming

GitHub wiki turns Migrating-from-PostgreSQL.md into the URL slug Migrating-from-PostgreSQL. Keep spaces as hyphens in filenames to match existing wiki links in the README.