Skip to content

Execute standalone setup:upgrade for sample data to trigger activation#1402

Merged
markshust merged 1 commit intorelease/nextfrom
feature/fix-bin-init-sampledata
Jan 21, 2026
Merged

Execute standalone setup:upgrade for sample data to trigger activation#1402
markshust merged 1 commit intorelease/nextfrom
feature/fix-bin-init-sampledata

Conversation

@markshust
Copy link
Owner

Fixes #1401

@markshust markshust merged commit e223c7a into release/next Jan 21, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 21, 2026
@markshust markshust deleted the feature/fix-bin-init-sampledata branch January 21, 2026 18:24
@what-the-diff
Copy link

what-the-diff bot commented Jan 21, 2026

PR Summary

  • Activation of Sample Data Post-Deployment
    The updated process now includes a step where setup:upgrade runs to activate the sample data right after it's been deployed. This enhancement ensures the new sample data is live and ready for use promptly.

  • Two-Factor Authentication (2FA) Modification
    The message prompting the disabling of the Two-Factor Authentication feature has been altered. Instead, users are now directed towards installing a module called DisableTwoFactorAuth. This can be particularly helpful in a development environment where 2FA may disrupt work.

  • Removal of Redundant Upgrade Setup
    The command that triggers setup:upgrade after enabling the new module is deleted. This is primarily due to its redundancy, considering the same command is already run during the deployment process.

  • Swap of Final Optimizations with Cache Flush
    The finalization process has been updated to replace the previous version's optimizations with a cache flush. The change ensures that all system updates are immediately applied, reflecting recent modifications in an expedient manner.

@dosubot dosubot bot added the bug label Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bin/init does not properly install sample data

1 participant