summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-04-14 15:07:14 +0100
committerArun Isaac2023-04-14 15:07:14 +0100
commit7dee32c6320b98d56a7fa72f5d252d6ae7068f6e (patch)
tree05a57ae0ab5f4c2daf9fb81a55fb9609d49c1e35
parentc41e94b29acdec75b78689197d61d8dc340ae558 (diff)
downloadtissue-7dee32c6320b98d56a7fa72f5d252d6ae7068f6e.tar.gz
tissue-7dee32c6320b98d56a7fa72f5d252d6ae7068f6e.tar.lz
tissue-7dee32c6320b98d56a7fa72f5d252d6ae7068f6e.zip
issues: Indicate incompatibility between state and web server.
* issues/incompatibility-between-state-and-web-server.gmi: New issue.
-rw-r--r--issues/incompatibility-between-state-and-web-server.gmi11
1 files changed, 11 insertions, 0 deletions
diff --git a/issues/incompatibility-between-state-and-web-server.gmi b/issues/incompatibility-between-state-and-web-server.gmi
new file mode 100644
index 0000000..2b991bf
--- /dev/null
+++ b/issues/incompatibility-between-state-and-web-server.gmi
@@ -0,0 +1,11 @@
+# Incompatibility between state and web server
+
+* tags: bug, enhancement
+
+During upgrades, the new version of the tissue web server may be incompatible with the tissue state (specifically the xapian index—the document data, the slots used, etc.) built by an older version of tissue pull. At present, this will cause tissue to crash.
+
+At the very least, tissue should produce an error message or warning so that the user can manually run a tissue pull and rebuild the state. This error message should probably appear when the tissue web server is started so that the user can take action before visitors go to a web page and find it crashed.
+
+More ideally, it would be nice to transparently and automatically rebuild the state without the user having to know anything. But, this may be much harder to do and add more complexity. We need to decide if this additional complexity is worth it.
+
+To implement either of these solutions, tissue must record some kind of version number in the xapian index so that it can know what version of tissue was used to build a specific index.