简体   繁体   English

如何从WSO2 Stratoes Live Data Services服务器获取数据库备份

[英]How to take database backup form WSO2 Stratoes Live Data Services Server

I have created database on the Stratoes live server and my databse URL is this. 我已经在Stratoes实时服务器上创建了数据库,而我的数据库URL就是这个。 jdbc:mysql://rss1.stratoslive.wso2.com/karshamarkuptool_karsha_opensource_lk 的jdbc:mysql://rss1.stratoslive.wso2.com/karshamarkuptool_karsha_opensource_lk

I tried Database Console> Tools> Back Up and it asking me these credentials 我尝试了Database Console> Tools> Back Up ,它询问我这些凭据

Target file name:~/backup.zip Source directory: jdbc:mysql://rss1.stratoslive.wso2.com/karshamarkuptool_karsha_opensource_lk 目标文件名:〜/ backup.zip源目录:jdbc:mysql://rss1.stratoslive.wso2.com/karshamarkuptool_karsha_opensource_lk
Source database name: karshamarkuptool_karsha_opensource_lk 源数据库名称:karshamarkuptool_karsha_opensource_lk

Are my credentials right? 我的凭证正确吗? it says there is no database found on the source directory. 它说在源目录上找不到数据库。

If not what is the way to get a backup from Stratoes database? 如果不是,从Stratoes数据库获取备份的方法是什么? How can I configure it to get automatic weekly backup? 如何配置它以获得每周自动备份?

If you have mysql installed in your local setup, you can get a backup as just as the same way that you would take a backup of a database that resides in your local database server. 如果在本地安装程序中安装了mysql,则可以像备份本地数据库服务器中的数据库一样获得备份。 For example, the following command would get you a backup of your database that you created under the RSS manager of StratosLive Data Service Server. 例如,以下命令将为您提供在StratosLive Data Service Server的RSS管理器下创建的数据库的备份。

mysqldump -u your_username -pyour_password -h rss1.stratoslive.wso2.com extracted_host_name_from_the_JDBC_url_given_to_you database_name > local_file_system_path/backup.sql mysqldump -u your_username -pyour_password -h rss1.stratoslive.wso2.com extract_host_name_from_the_JDBC_url_given_to_you数据库名称> local_file_system_path / backup.sql

Cheers, Prabath 干杯,干杯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Wso2数据服务服务器超时数据库连接 - Wso2 Data Services Server timeout database connection WSO2 API Manager数据库备份 - WSO2 API Manager database backup 如何从服务器数据库中备份? - how to take a backup from server database? 剂量WSO2数据服务服务器是否支持DB分片和读/写拆分? - Dose WSO2 Data Services Server support DB Sharding and Read/Write Splitting? 如何在Windows 2008服务器的firebird数据库中进行数据库备份? - How to take database backup in firebird database in windows 2008 server? 如何在wso2身份服务器中对自己创建的数据库实施xacml策略? - how to enforce xacml policies on self created database in wso2 identity server? 如何使用php备份mysql数据库 - how to take backup of mysql database using php 带SQL Server数据库备份的用户并在另一台服务器上还原他们 - Take users with SQL Server database backup and restore them at another server 如何在SQL Server 2012或更高版本中使用密码进行数据库备份? - How can I take database backup with password in SQL Server 2012 or higher version? 如何使用 MySQL Workbench 进行 MySQL 数据库备份? - How to take MySQL database backup using MySQL Workbench?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM