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
Since we are about to integrate configuration changes from user that may happen right after initdb but without real validation, any persistent filesystem could get corrupted by wrong or missing configuration files.
We need to handle any abort() at initdb stage and be able to clear data folder so the process can start again after fixing conditions.
Actually it would eg require to go in javascript tools from browser and manually delete the indexed database.
Since we are about to integrate configuration changes from user that may happen right after initdb but without real validation, any persistent filesystem could get corrupted by wrong or missing configuration files.
We need to handle any abort() at initdb stage and be able to clear data folder so the process can start again after fixing conditions.
Actually it would eg require to go in javascript tools from browser and manually delete the indexed database.
related #415
The text was updated successfully, but these errors were encountered: