this post was submitted on 05 Sep 2023
11 points (100.0% liked)
Sync for Lemmy
15137 readers
18 users here now
๐
Welcome to Sync for Lemmy!
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Community Rules
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Community Credits
Artwork and community banner by: @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lemmy seems to support backward database migration (at least judging from the database migration script here), so you might be able to revert to v0.18.4 (backup your database first if you haven't already).
I just tried, seems the migration only moves forward not backward :( I was able to revert it back to the beta.8 image without issue though.
Looks like I might have to wait for a fix for now, but thanks!
That's a bummer. It seems while lemmy has the backward migration .sql files in their repo, the lemmy app itself only support forward migration and you'll have to run the backward migration .sql files manually yourself in postgres.