分页: 1 / 1

请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-09 15:50
micro_cy
请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

类似的软件平台有宝塔,但是目前只是支持centos

ubuntu好像有类似的管理平台,但是不知道是哪个?

我就只有一台服务器,所以应该有免费的版本。

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-09 16:24
poloshiao
你安裝了 phpMyAdmin 嗎 ?

https://help.ubuntu.com/14.04/servergui ... admin.html
phpMyAdmin
phpMyAdmin is a LAMP application specifically written for administering MySQL servers. Written in PHP, and accessed through a web browser, phpMyAdmin provides a graphical interface for database administration tasks.

https://www.phpmyadmin.net/docs/
Bringing MySQL to the web

https://www.packtpub.com/web-developmen ... management
Mastering phpMyAdmin 2.11 for Effective MySQL Management

https://help.ubuntu.com/community/phpMyAdmin
phpMyAdmin

https://help.ubuntu.com/community/Apach ... -workbench
Phpmyadmin and mysql-workbench

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-09 16:39
micro_cy
poloshiao 写了:你安裝了 phpMyAdmin 嗎 ?

https://help.ubuntu.com/14.04/servergui ... admin.html
phpMyAdmin
phpMyAdmin is a LAMP application specifically written for administering MySQL servers. Written in PHP, and accessed through a web browser, phpMyAdmin provides a graphical interface for database administration tasks.

https://www.phpmyadmin.net/docs/
Bringing MySQL to the web

https://www.packtpub.com/web-developmen ... management
Mastering phpMyAdmin 2.11 for Effective MySQL Management

https://help.ubuntu.com/community/phpMyAdmin
phpMyAdmin

https://help.ubuntu.com/community/Apach ... -workbench
Phpmyadmin and mysql-workbench
phpmyadmin已经安装了,如果能设定自动备份的功能就更好了,平时不想人工干预,只有几个web站点而已。

就在今天之前出现了数据库恢复失败的例子,最终检查原因是数据库通过使用discuz自己的备份工具,导致恢复失败了。

所以,想找一款更简单的管理工具,phpmyadmin只能备份数据库,但是web的源文件是备份不了的,如果没有类似宝塔的软件,只能自己写脚本了,但是就是比较麻烦 。

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-09 17:57
poloshiao

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-09 19:03
TeliuTe
我是用pma导出数据表,然后用mysql命令恢复备份: viewtopic.php?p=3182414#p3182414

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-10 8:55
qy117121
我用vestacp :em01

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-05-10 8:56
qy117121
生产环境的话建议写个脚本算了

Re: 请问,ubuntu14.04.5想找个服务器管理软件,主要是能够备份网站和数据库的功能 !

发表于 : 2017-08-30 12:14
micro_cy
还是脚本比较靠谱,包括备份mysql的数据库和web站点文件,非常方便,配合crontab,不用干预,每天自动备份新的,自动删除旧的,推荐大家使用脚本处理。