Parameter for restore to ignore some dependency and validity errors 
--------------------------------------------------------------------

                 Key: CORE-4771
                 URL: http://tracker.firebirdsql.org/browse/CORE-4771
             Project: Firebird Core
          Issue Type: Improvement
    Affects Versions: 3.0 Beta 2
            Reporter: Vladimir Arkhipov


For example, you have database and make regular backups but don't make regular 
control restore (sure, it is bad)
In database there is small bug in unused stored procedure: this procedure uses 
paramer1 in second procedure, which was dropped.

And after damage of real database you try to restore backup and get the 
dependency error, you get unrestorable backup (I don't know simple way to fix 
it).
Will be useful to make restore with some paramater (like IGNORE_ERRORS) which, 
for example, automatically comment the body of procedure with dependency errors.

And in addition, there is gbak paramater "no_validity". Will be useful to have 
ability to ignore only wrong conditions, not all.
After restore you can simple fix one problem in one place, but with 
"no_validity" you get inefficient database.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to