You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Suresh Thalamati (JIRA)" <de...@db.apache.org> on 2006/09/07 01:07:24 UTC

[jira] Created: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

In the reference manual the description of backupDir arugument for all the backup procedures is incorrect. 
-----------------------------------------------------------------------------------------------------------

                 Key: DERBY-1820
                 URL: http://issues.apache.org/jira/browse/DERBY-1820
             Project: Derby
          Issue Type: Bug
            Reporter: Suresh Thalamati


In the refence manual, the description of backupDir argument for 
all the backup procedures is incorrect. 


current description:

BACKUPDIR
    An input argument of type VARCHAR(32672) that specifies the full system
    path to the database directory to be backed up.


it should be :

BACKUPDIR
    An input argument of type VARCHAR(32672) that specifies the path to a
    directory, where the backup should be stored. Relative path names are 
    resolved against the current user directory of the database engine, 
    not to the derby home directory. To avoid confusion, it is better 
    to use the absolute path name. 


Above change is needed  for the following backup procedures:

1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
 http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
 
2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html

3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html

4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html

---

It would be great  if   some one with doc expertize  can fix this for  10.2. 


Thanks
-suresh


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

        

[jira] Assigned: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1820?page=all ]

Laura Stewart reassigned DERBY-1820:
------------------------------------

    Assignee: Laura Stewart

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Resolved: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1820?page=all ]

Laura Stewart resolved DERBY-1820.
----------------------------------

    Resolution: Fixed
    Derby Info:   (was: [Patch Available])

Changing the status to Resolved.
This patch needs to be merged into the 10.2 branch.

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Commented: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1820?page=comments#action_12434265 ] 
            
Laura Stewart commented on DERBY-1820:
--------------------------------------

I have a question about some of the wording in the updated description:

1. The word"against" seems odd here.  Can something else be used, like " Relative paths are resolved based on the
current user directory of the database engine, not based on the derby home directory."

2. Is "Relative path names" and "absolute path names" correct?  It seems to me that we can drop the word "names".  I believe that "directory paths" are understood without saying that they are "names".

3. "... current user directory of the database engine" is a phrase that might be misleading.  Does this mean"
a) The directory that the current user is using in the database engine
b) The directory called "current user" that is in the database engine
c) The directory in the database engine that the current user is using

Do we need to qualify this phrase with "of the database engine" ???


> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Commented: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Suresh Thalamati (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1820?page=comments#action_12434321 ] 
            
Suresh Thalamati commented on DERBY-1820:
-----------------------------------------

The changes looks good,  Thanks Laura.   
+1



> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Commented: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1820?page=comments#action_12434329 ] 
            
Andrew McIntyre commented on DERBY-1820:
----------------------------------------

Committed to trunk with revision 442769.

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Updated: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1820?page=all ]

Laura Stewart updated DERBY-1820:
---------------------------------

    Derby Info: [Patch Available]

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Commented: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Suresh Thalamati (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1820?page=comments#action_12434294 ] 
            
Suresh Thalamati commented on DERBY-1820:
-----------------------------------------

Thanks for volunteering to fix this  issue Laura.   your suggestion  1& 2  looks good.   Regarding the 3'rd question. 

"
3. "... current user directory of the database engine" is a phrase that might be misleading. Does this mean" 
a) The directory that the current user is using in the database engine 
b) The directory called "current user" that is in the database engine 
c) The directory in the database engine that the current user is using 

Do we need to qualify this phrase with "of the database engine" ??? 
"

Not neccesary to qualify.   In this context  the current user directory  is basically ;

"
the current user directory (user.dir)  of the JVM where the database backup is taking place. 
"
may be we can say some thing like:

" current user directory (user.dir)  of the jvm where the database is booted " .  


/suresh









> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Closed: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1820?page=all ]

Laura Stewart closed DERBY-1820.
--------------------------------


> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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

        

[jira] Updated: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-1820:
----------------------------------

    Component/s: Documentation

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: https://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Suresh Thalamati
>            Assignee: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

Posted by "Laura Stewart (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1820?page=all ]

Laura Stewart updated DERBY-1820:
---------------------------------

    Attachment: derby1820.diff
                derby1820_html.zip

Attached a patch and html.zip file for the updates to the 
system procedure files.

The changes are:

Filename                                                        Title
rrefbackupdbproc                                         SYSCS_UTIL.SYSCS_BACKUP_DATABASE
rrefbackupdbnowaitproc                             SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT
rrefbackupdbenablelogproc                      
                     SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
rrefbackupdbenablelognowaitproc.	SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT

> In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1820
>                 URL: http://issues.apache.org/jira/browse/DERBY-1820
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Suresh Thalamati
>         Assigned To: Laura Stewart
>         Attachments: derby1820.diff, derby1820_html.zip
>
>
> In the refence manual, the description of backupDir argument for 
> all the backup procedures is incorrect. 
> current description:
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the full system
>     path to the database directory to be backed up.
> it should be :
> BACKUPDIR
>     An input argument of type VARCHAR(32672) that specifies the path to a
>     directory, where the backup should be stored. Relative path names are 
>     resolved against the current user directory of the database engine, 
>     not to the derby home directory. To avoid confusion, it is better 
>     to use the absolute path name. 
> Above change is needed  for the following backup procedures:
> 1)SYSCS_UTIL.SYSCS_BACKUP_DATABASE
>  http://db.apache.org/derby/docs/dev/ref/rrefbackupdbproc.html
>  
> 2)SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT 
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbnowaitproc.html
> 3) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelogproc.html
> 4) SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
> http://db.apache.org/derby/docs/dev/ref/rrefbackupdbenablelognowaitproc.html
> ---
> It would be great  if   some one with doc expertize  can fix this for  10.2. 
> Thanks
> -suresh

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