How to change the domain for an existing deployment? #945
Unanswered
dennisvang
asked this question in
Q&A
Replies: 1 comment
|
The FDP stores its (internal) application data in mongodb. This includes references to its domain, in URIs in the So, these need to be updated too. Unfortunately, there is no built-in solution for this yet, so we need to update the mongodb content manually. Here's a quick and dirty way to do this using the mongodb shell (
docker compose up -d fdp |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Suppose we want to migrate an existing FDP to a new domain.
Here's what we did:
instance.persistentUrlsetting, in the FDP configuration, to match the new domainHowever, the FDP-client still fails with a status
404 Not Found.Do we need to do anything else?
All reactions