Hi,
With TuniDump in restore mode with a dump I have some message at the end like field in primay key the end of the dump is like :
DROP INDEX IF EXISTS idx_l_type_locpt_categorie;
CREATE INDEX idx_l_type_locpt_categorie ON public.l_type_locpt USING btree (categorie);
DROP INDEX IF EXISTS idx_p_mesures_step_code_ouvrage_type_ouvr_loc;
CREATE INDEX idx_p_mesures_step_code_ouvrage_type_ouvr_loc ON public.p_mesures_step USING btree (code_ouvrage, type_ouvr_loc);
DROP INDEX IF EXISTS idx_t_pt_mesure_code_ouvrage_type_ouvrage_type_ouvrage_loc;
CREATE INDEX idx_t_pt_mesure_code_ouvrage_type_ouvrage_type_ouvrage_loc ON public.t_pt_mesure USING btree (code_ouvrage, type_ouvrage, type_ouvrage_loc);
DROP INDEX IF EXISTS idx_l_intervenant_nom;
CREATE INDEX idx_l_intervenant_nom ON public.l_intervenant USING btree (nom);
DROP INDEX IF EXISTS idx_p_intervenant_nom;
CREATE INDEX idx_p_intervenant_nom ON public.p_intervenant USING btree (nom);
Is there an option to not show non error message
thnaks