Update to Strapi v4.9.0 and moving seeding to DEITS#125
Update to Strapi v4.9.0 and moving seeding to DEITS#125derrickmehaffy wants to merge 1 commit intomasterfrom
Conversation
|
@PaulBratslavsky and I were playing around to see how we could seed the admin users outside of DEITS since DEITS doesn't allow exporting/importing admins but it was extremely complex to do and for now we just need to wait for DEITS I tried doing it via database migrations and via bootstrap but the timing is off or we couldn't set the user IDs to their static values. |
|
For now hold off on merging until I can talk to the DX about allowing admin users |
|
Hey Derrick 👋 Thanks for this again! I will work on FA next week, what the DX squad said? |
So far you can't actually export them, but you can add it in manually into the archive and during import it should be loaded in |
TODO: