-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add homegrown / generic migration guide #2999
Conversation
Generic migration guide language edit
Update Generic migration
@sixhobbits conflicts 🙏 |
@sixhobbits conflicts 🙏 |
@alex-fusionauth - fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sixhobbits Really Great overall, just a couple items to update.
|
||
```sh | ||
docker rm app app_db fa fa_db | ||
docker rmi postgres:16.2-alpine3.19 node:alpine3.19 fusionauth/fusionauth-app:1.48.3 postgres:16.0-bookworm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because of the change here, I think the rmi fusionauth/fusionauth-app:1.48.3
might fail based on latest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -1505,6 +1505,8 @@ ZanoCloud | |||
Zanozin | |||
Zapier | |||
Zendesk | |||
Ctrl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have switched to making these alphabetical, could you please update accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. I think this resulted from the merging that happened earlier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Depends on: FusionAuth/fusionauth-import-scripts#21
We haven't used the term 'homegrown' in the article. Let me know if that's important or if you have opinions about generic/custom/homegrown as terminology for this and we can add it in somewhere or change what we have.