[bug] Reports that no base_url is set for uploads, won't start #781
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#781
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
OTP
Extra details
Debian Bookworm, latest upgrades, Apache2 as Proxy
Version
2024.04.1, 3.13.2
PostgreSQL version
13
What were you trying to do?
Starting the instance after upgrading to the newest release.
What did you expect to happen?
Smooth startup of the instance, maybe a warning in the release notes, that this will break instances NOT using an extra set base_url for uploads.
It's on the same, singleuser, machine, the data just hit's the same instance and database either way.
What did I try to recover?
Since there's no description of a way for downgrading and I do not know if it'd be enough to just overwrite the current working folder with the older version I did not ttry that.
I did try to poke the database for the base_url, but didn't find any useful or human readable contents to change the base_url for proxying (or even turning it off).
Also migrating the database-config to file does not work, because RPC calls aren't possible if it's not running.
What actually happened?
No startup.
Logs
Severity
I cannot use the software
Have you searched for this issue?
this was mentioned in all release notes and posts as something you must set now
https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/CHANGELOG.md#changed-1
https://meta.akkoma.dev/t/akkoma-stable-2024-03-securer-i-barely-know-her/681#explicit-upload-and-media-proxy-domains-5
please ensure that in future you check upgrade notes to see if there are any breaking changes that require your attention
Not for 3.13.2.
Also there's nothing at: https://akkoma.dev/AkkomaGang/akkoma/releases/tag/v3.13.2
(Which, until now was my only source to be notified of new releases.)
Also with the 3.13.1 release there where no issues, as I reverted back from that dual wielding domains and instances just for media from the quick fix before that.
Also it worked perfectly fine without the cache.* domain and just using the plain domain like before and it looks like this did overwrite these settings.
it did not change in this release, it was a release prior
wait, actually TWO releases prior
And yet it worked perfectly fine until this release. Otherwise I may have even changed that, now I'm trying to get this settings right in postgresql and learning to use that by doing so.
you can check the source code if you'd like, nothing regarding this has changed in over two months
you don't need to do anything in the database, the meta link tells you exactly what you're supposed to do
And this is the hint that whould've been nice at the changelog, that made it blow up, somewhere in the comments.
https://meta.akkoma.dev/t/akkoma-stable-2024-03-securer-i-barely-know-her/681/12
It's working now, thanks for hitting me to the right things. :)