You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you execute bin/adminconsole sulu:build --destroy, the ES index remains. This leaves behind artifacts in /admin which lead to non-existing articles.
Expected Behavior
If the database is destroyed its indexes should be, too.
Steps to Reproduce
Have articles.
Issue a rebuild with destroy.
Notice orphaned links in /admin.
Possible Solutions
Extend the sulu:build command to execute a recreation of the index if --destroy was passed in.
The text was updated successfully, but these errors were encountered:
Actual Behavior
If you execute
bin/adminconsole sulu:build --destroy
, the ES index remains. This leaves behind artifacts in/admin
which lead to non-existing articles.Expected Behavior
If the database is destroyed its indexes should be, too.
Steps to Reproduce
Possible Solutions
Extend the
sulu:build
command to execute a recreation of the index if--destroy
was passed in.The text was updated successfully, but these errors were encountered: