X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=migrations%2Fv4-to-v5%2Fmigrate.sql;h=3bbd624820fbe9d274088bdef80f9d92076e778f;hb=9d7d72a7b743b58defe3365d854192dd344cafeb;hp=37a36fe075424f7936193be80af3d48a163370e0;hpb=909cb6b197fd1cd654790881269f744a84edc5a6;p=plcapi.git diff --git a/migrations/v4-to-v5/migrate.sql b/migrations/v4-to-v5/migrate.sql index 37a36fe..3bbd624 100644 --- a/migrations/v4-to-v5/migrate.sql +++ b/migrations/v4-to-v5/migrate.sql @@ -236,13 +236,13 @@ INSERT INTO boot_states (boot_state) VALUES ('reinstall'); -- xxx need checking -- -- boot boot --- dbg safeboot ? --- diag failboot ? +-- dbg failboot +-- diag safeboot -- disable disabled -- inst install -- rins reinstall --- new reinstall ? --- rcnf failboot ? +-- new reinstall +-- rcnf failboot UPDATE nodes SET boot_state='failboot' WHERE boot_state='dbg';