Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Backup - Destination path does not exist or is not a directory #149

Open
chises opened this issue Mar 27, 2019 · 2 comments
Open

Comments

@chises
Copy link

chises commented Mar 27, 2019

Hi,
i'm trying to backup a databse and facing the error above.
Windows Server 2012 R2 Standard
CUBRID Manager 10.1.0.005
CUBRID Server 8.4.4.00227
Capture

@win777c
Copy link
Contributor

win777c commented Mar 28, 2019

  • When a user clicks "OK" Button on Backup Database Dialog, CUBRID Manager requests all backup information(volume path, Backup level, Backup directory path etc.) that the user input to CM Server.
  • CUBRID Manager Server (in CUBRID Server) validates "Backup directory path" value when the value is requested. At this moment, the validation goes wrong.
  • http://jira.cubrid.org/browse/TOOLS-3553
    This issue is CUBRID Engine issue. but it has been fixed in 8.4.4.6001. If it is user case, please let user upgrade CUBRID into the lastest version of 8.4.4. The install binary path http://ftp.cubrid.org/CUBRID_Engine/8.4.4/
  • and, You can use backupdb utility in command-line.
    ex) cubrid backupdb -D C:\CUBRID\databases\hoteltv\backup -l 0 -z hoteltv
    If you want to know more in details, Please refer to https://www.cubrid.org/manual/en/8.4.4/admin/admin_utils.html#db-backup
  • Thank you for using CUBRID.

@kisoo-han
Copy link
Contributor

In other words, it is due to the bug in CUBRID Engine 8.4.4.00227, you have two opions

  1. upgrade your CUBRID Engine version to 8.4.4.6001 or higher
  2. run backup command in Windows 2012 Server, not CUBRID Manager, as described above ('start' -> 'Run' and run backup command)
    cubrid backupdb -D C:\CUBRID\databases\hoteltv\backup -l 0 -z hoteltv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants