From ff1fbc0c9411f1157a71abc3163ae0b989af2328 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 28 Dec 2024 17:33:10 +0100 Subject: [PATCH] docs: drop database fearmongering things have been pretty stable for a while and everything new has been added with safe migrations, i think this warning is no longer necessary! --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 718db35..002be58 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,6 @@ development is still active, so expect more stuff to come! since most fediverse a test instance is available at [dev.upub.social](https://dev.upub.social) -## about the database schema -im going to be very real i tried to do migrations but its getting super messy so until further notice assume db to be volatile. next change may be a migration (easy!) or a whole db rebuild (aaaaaaaaaa...), so if you're not comfortable with either manually exporting/importing or dropping and starting from scratch, **you really shouldn't put upub in prod yet**! - ## about security most activitypub implementations don't really validate fetches: knowing an activity/object id will allow anyone to resolve it on most fedi software. this is of course unacceptable: "security through obscurity" just doesn't work